diff options
author | Richard Zhao <richard.zhao@freescale.com> | 2010-12-30 06:25:05 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-03 03:39:29 -0500 |
commit | 3d5a44be308203a9a192a77037fb613c2f82ed85 (patch) | |
tree | 6778faa7dd2daff0ab3d2571ea6a95f6b9cf39fe /arch/arm/plat-mxc/include/mach/hardware.h | |
parent | 02226a20bcfb01322d4a168f2ed6a6e4366796fd (diff) |
arm: mx50: add core functions support except clock
Add core definitions and memory map, gpio, irq, iomux, uart device
support.
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/hardware.h')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/hardware.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/hardware.h b/arch/arm/plat-mxc/include/mach/hardware.h index f9ed0bae8db3..26bb1bab4aeb 100644 --- a/arch/arm/plat-mxc/include/mach/hardware.h +++ b/arch/arm/plat-mxc/include/mach/hardware.h | |||
@@ -75,6 +75,11 @@ | |||
75 | * AVIC 0x68000000+0x100000 -> 0xf5800000+0x100000 | 75 | * AVIC 0x68000000+0x100000 -> 0xf5800000+0x100000 |
76 | * X_MEMC 0xb8000000+0x010000 -> 0xf4c00000+0x010000 | 76 | * X_MEMC 0xb8000000+0x010000 -> 0xf4c00000+0x010000 |
77 | * SPBA0 0x50000000+0x100000 -> 0xf5400000+0x100000 | 77 | * SPBA0 0x50000000+0x100000 -> 0xf5400000+0x100000 |
78 | * mx50: | ||
79 | * TZIC 0x0fffc000+0x004000 -> 0xf4bfc000+0x004000 | ||
80 | * SPBA0 0x50000000+0x100000 -> 0xf5400000+0x100000 | ||
81 | * AIPS1 0x53f00000+0x100000 -> 0xf5700000+0x100000 | ||
82 | * AIPS2 0x63f00000+0x100000 -> 0xf5300000+0x100000 | ||
78 | * mx51: | 83 | * mx51: |
79 | * IRAM 0x1ffe0000+0x020000 -> 0xf4fe0000+0x020000 | 84 | * IRAM 0x1ffe0000+0x020000 -> 0xf4fe0000+0x020000 |
80 | * DEBUG 0x60000000+0x100000 -> 0xf5000000+0x100000 | 85 | * DEBUG 0x60000000+0x100000 -> 0xf5000000+0x100000 |
@@ -100,6 +105,7 @@ | |||
100 | #define IMX_IO_ADDRESS(x) IOMEM(IMX_IO_P2V(x)) | 105 | #define IMX_IO_ADDRESS(x) IOMEM(IMX_IO_P2V(x)) |
101 | 106 | ||
102 | #ifdef CONFIG_ARCH_MX5 | 107 | #ifdef CONFIG_ARCH_MX5 |
108 | #include <mach/mx50.h> | ||
103 | #include <mach/mx51.h> | 109 | #include <mach/mx51.h> |
104 | #include <mach/mx53.h> | 110 | #include <mach/mx53.h> |
105 | #endif | 111 | #endif |