2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2011-11-08 23:18:08 +00:00
|
|
|
/*
|
2013-01-11 03:19:06 +00:00
|
|
|
* Freescale i.MX23/i.MX28 Registers
|
2011-11-08 23:18:08 +00:00
|
|
|
*
|
|
|
|
* Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
|
|
|
|
* on behalf of DENX Software Engineering GmbH
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __IMX_REGS_H__
|
|
|
|
#define __IMX_REGS_H__
|
|
|
|
|
2017-06-29 08:16:06 +00:00
|
|
|
#include <asm/mach-imx/regs-apbh.h>
|
2011-11-08 23:18:08 +00:00
|
|
|
#include <asm/arch/regs-base.h>
|
2017-06-29 08:16:06 +00:00
|
|
|
#include <asm/mach-imx/regs-bch.h>
|
2012-02-07 04:08:55 +00:00
|
|
|
#include <asm/arch/regs-digctl.h>
|
2017-06-29 08:16:06 +00:00
|
|
|
#include <asm/mach-imx/regs-gpmi.h>
|
|
|
|
#include <asm/mach-imx/regs-lcdif.h>
|
2011-11-08 23:18:08 +00:00
|
|
|
#include <asm/arch/regs-i2c.h>
|
2012-05-01 11:09:48 +00:00
|
|
|
#include <asm/arch/regs-lradc.h>
|
2011-11-08 23:18:08 +00:00
|
|
|
#include <asm/arch/regs-ocotp.h>
|
|
|
|
#include <asm/arch/regs-pinctrl.h>
|
|
|
|
#include <asm/arch/regs-rtc.h>
|
|
|
|
#include <asm/arch/regs-ssp.h>
|
|
|
|
#include <asm/arch/regs-timrot.h>
|
2013-02-23 02:43:01 +00:00
|
|
|
#include <asm/arch/regs-usb.h>
|
|
|
|
#include <asm/arch/regs-usbphy.h>
|
2011-11-08 23:18:08 +00:00
|
|
|
|
2013-01-11 03:19:06 +00:00
|
|
|
#ifdef CONFIG_MX23
|
|
|
|
#include <asm/arch/regs-clkctrl-mx23.h>
|
|
|
|
#include <asm/arch/regs-power-mx23.h>
|
|
|
|
#endif
|
|
|
|
|
2012-11-24 14:15:51 +00:00
|
|
|
#ifdef CONFIG_MX28
|
|
|
|
#include <asm/arch/regs-clkctrl-mx28.h>
|
|
|
|
#include <asm/arch/regs-power-mx28.h>
|
|
|
|
#endif
|
|
|
|
|
2011-11-08 23:18:08 +00:00
|
|
|
#endif /* __IMX_REGS_H__ */
|