blob: 6e35f2d43b845e56f5c8d3db0ac8898332b66f71 [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
Stefano Babic33731bc2017-06-29 10:16:06 +020013#include <asm/mach-imx/regs-apbh.h>
Marek Vasutc140e982011-11-08 23:18:08 +000014#include <asm/arch/regs-base.h>
Stefano Babic33731bc2017-06-29 10:16:06 +020015#include <asm/mach-imx/regs-bch.h>
Robert Delien6f359c22012-02-07 04:08:55 +000016#include <asm/arch/regs-digctl.h>
Stefano Babic33731bc2017-06-29 10:16:06 +020017#include <asm/mach-imx/regs-gpmi.h>
18#include <asm/mach-imx/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__ */