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