blob: 88724381224776b1dfc2cef7a316979bbb7104de [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 *
Wolfgang Denkd79de1d2013-07-08 09:37:19 +02007 * SPDX-License-Identifier: GPL-2.0+
Marek Vasutc140e982011-11-08 23:18:08 +00008 */
9
10#ifndef __IMX_REGS_H__
11#define __IMX_REGS_H__
12
Stefan Roese136f3f42013-04-09 21:06:07 +000013#include <asm/imx-common/regs-apbh.h>
Marek Vasutc140e982011-11-08 23:18:08 +000014#include <asm/arch/regs-base.h>
Stefan Roese136f3f42013-04-09 21:06:07 +000015#include <asm/imx-common/regs-bch.h>
Robert Delien6f359c22012-02-07 04:08:55 +000016#include <asm/arch/regs-digctl.h>
Stefan Roese136f3f42013-04-09 21:06:07 +000017#include <asm/imx-common/regs-gpmi.h>
Peng Fanceffb942015-10-29 15:54:43 +080018#include <asm/imx-common/regs-lcdif.h>
Marek Vasutc140e982011-11-08 23:18:08 +000019#include <asm/arch/regs-i2c.h>
Marek Vasuta10669a2012-05-01 11:09:48 +000020#include <asm/arch/regs-lradc.h>
Marek Vasutc140e982011-11-08 23:18:08 +000021#include <asm/arch/regs-ocotp.h>
22#include <asm/arch/regs-pinctrl.h>
Marek Vasutc140e982011-11-08 23:18:08 +000023#include <asm/arch/regs-rtc.h>
24#include <asm/arch/regs-ssp.h>
25#include <asm/arch/regs-timrot.h>
Marek Vasut83e330c2013-02-23 02:43:01 +000026#include <asm/arch/regs-usb.h>
27#include <asm/arch/regs-usbphy.h>
Marek Vasutc140e982011-11-08 23:18:08 +000028
Marek Vasutba2e88a2013-01-11 03:19:06 +000029#ifdef CONFIG_MX23
30#include <asm/arch/regs-clkctrl-mx23.h>
31#include <asm/arch/regs-power-mx23.h>
32#endif
33
Marek Vasute0b4ac92012-11-24 14:15:51 +000034#ifdef CONFIG_MX28
35#include <asm/arch/regs-clkctrl-mx28.h>
36#include <asm/arch/regs-power-mx28.h>
37#endif
38
Marek Vasutc140e982011-11-08 23:18:08 +000039#endif /* __IMX_REGS_H__ */