Marek Vasut | c140e98 | 2011-11-08 23:18:08 +0000 | [diff] [blame] | 1 | /* |
Marek Vasut | ba2e88a | 2013-01-11 03:19:06 +0000 | [diff] [blame] | 2 | * Freescale i.MX23/i.MX28 Registers |
Marek Vasut | c140e98 | 2011-11-08 23:18:08 +0000 | [diff] [blame] | 3 | * |
| 4 | * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com> |
| 5 | * on behalf of DENX Software Engineering GmbH |
| 6 | * |
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 7 | * SPDX-License-Identifier: GPL-2.0+ |
Marek Vasut | c140e98 | 2011-11-08 23:18:08 +0000 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef __IMX_REGS_H__ |
| 11 | #define __IMX_REGS_H__ |
| 12 | |
Stefan Roese | 136f3f4 | 2013-04-09 21:06:07 +0000 | [diff] [blame] | 13 | #include <asm/imx-common/regs-apbh.h> |
Marek Vasut | c140e98 | 2011-11-08 23:18:08 +0000 | [diff] [blame] | 14 | #include <asm/arch/regs-base.h> |
Stefan Roese | 136f3f4 | 2013-04-09 21:06:07 +0000 | [diff] [blame] | 15 | #include <asm/imx-common/regs-bch.h> |
Robert Delien | 6f359c2 | 2012-02-07 04:08:55 +0000 | [diff] [blame] | 16 | #include <asm/arch/regs-digctl.h> |
Stefan Roese | 136f3f4 | 2013-04-09 21:06:07 +0000 | [diff] [blame] | 17 | #include <asm/imx-common/regs-gpmi.h> |
Peng Fan | ceffb94 | 2015-10-29 15:54:43 +0800 | [diff] [blame] | 18 | #include <asm/imx-common/regs-lcdif.h> |
Marek Vasut | c140e98 | 2011-11-08 23:18:08 +0000 | [diff] [blame] | 19 | #include <asm/arch/regs-i2c.h> |
Marek Vasut | a10669a | 2012-05-01 11:09:48 +0000 | [diff] [blame] | 20 | #include <asm/arch/regs-lradc.h> |
Marek Vasut | c140e98 | 2011-11-08 23:18:08 +0000 | [diff] [blame] | 21 | #include <asm/arch/regs-ocotp.h> |
| 22 | #include <asm/arch/regs-pinctrl.h> |
Marek Vasut | c140e98 | 2011-11-08 23:18:08 +0000 | [diff] [blame] | 23 | #include <asm/arch/regs-rtc.h> |
| 24 | #include <asm/arch/regs-ssp.h> |
| 25 | #include <asm/arch/regs-timrot.h> |
Marek Vasut | 83e330c | 2013-02-23 02:43:01 +0000 | [diff] [blame] | 26 | #include <asm/arch/regs-usb.h> |
| 27 | #include <asm/arch/regs-usbphy.h> |
Marek Vasut | c140e98 | 2011-11-08 23:18:08 +0000 | [diff] [blame] | 28 | |
Marek Vasut | ba2e88a | 2013-01-11 03:19:06 +0000 | [diff] [blame] | 29 | #ifdef CONFIG_MX23 |
| 30 | #include <asm/arch/regs-clkctrl-mx23.h> |
| 31 | #include <asm/arch/regs-power-mx23.h> |
| 32 | #endif |
| 33 | |
Marek Vasut | e0b4ac9 | 2012-11-24 14:15:51 +0000 | [diff] [blame] | 34 | #ifdef CONFIG_MX28 |
| 35 | #include <asm/arch/regs-clkctrl-mx28.h> |
| 36 | #include <asm/arch/regs-power-mx28.h> |
| 37 | #endif |
| 38 | |
Marek Vasut | c140e98 | 2011-11-08 23:18:08 +0000 | [diff] [blame] | 39 | #endif /* __IMX_REGS_H__ */ |