blob: dc21e34012a1289ac94f9f7a05bea4d9faf647a0 [file] [log] [blame]
Marek Vasutc140e982011-11-08 23:18:08 +00001/*
Marek Vasutba2e88a2013-01-11 03:19:06 +00002 * Freescale i.MX23/i.MX28 Registers
Marek Vasutc140e982011-11-08 23:18:08 +00003 *
4 * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
5 * on behalf of DENX Software Engineering GmbH
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 *
21 */
22
23#ifndef __IMX_REGS_H__
24#define __IMX_REGS_H__
25
Stefan Roese136f3f42013-04-09 21:06:07 +000026#include <asm/imx-common/regs-apbh.h>
Marek Vasutc140e982011-11-08 23:18:08 +000027#include <asm/arch/regs-base.h>
Stefan Roese136f3f42013-04-09 21:06:07 +000028#include <asm/imx-common/regs-bch.h>
Robert Delien6f359c22012-02-07 04:08:55 +000029#include <asm/arch/regs-digctl.h>
Stefan Roese136f3f42013-04-09 21:06:07 +000030#include <asm/imx-common/regs-gpmi.h>
Marek Vasutc140e982011-11-08 23:18:08 +000031#include <asm/arch/regs-i2c.h>
Marek Vasut68963292012-05-01 11:09:46 +000032#include <asm/arch/regs-lcdif.h>
Marek Vasuta10669a2012-05-01 11:09:48 +000033#include <asm/arch/regs-lradc.h>
Marek Vasutc140e982011-11-08 23:18:08 +000034#include <asm/arch/regs-ocotp.h>
35#include <asm/arch/regs-pinctrl.h>
Marek Vasutc140e982011-11-08 23:18:08 +000036#include <asm/arch/regs-rtc.h>
37#include <asm/arch/regs-ssp.h>
38#include <asm/arch/regs-timrot.h>
Marek Vasut83e330c2013-02-23 02:43:01 +000039#include <asm/arch/regs-usb.h>
40#include <asm/arch/regs-usbphy.h>
Marek Vasutc140e982011-11-08 23:18:08 +000041
Marek Vasutba2e88a2013-01-11 03:19:06 +000042#ifdef CONFIG_MX23
43#include <asm/arch/regs-clkctrl-mx23.h>
44#include <asm/arch/regs-power-mx23.h>
45#endif
46
Marek Vasute0b4ac92012-11-24 14:15:51 +000047#ifdef CONFIG_MX28
48#include <asm/arch/regs-clkctrl-mx28.h>
49#include <asm/arch/regs-power-mx28.h>
50#endif
51
Marek Vasutc140e982011-11-08 23:18:08 +000052#endif /* __IMX_REGS_H__ */