arm: mx50: add core functions support except clock
[deliverable/linux.git] / arch / arm / plat-mxc / include / mach / hardware.h
index f9ed0bae8db30fe2b6c206e760872b5217eeb718..26bb1bab4aeba55d8d347d10cd34402a422f2103 100644 (file)
  *     AVIC    0x68000000+0x100000     ->      0xf5800000+0x100000
  *     X_MEMC  0xb8000000+0x010000     ->      0xf4c00000+0x010000
  *     SPBA0   0x50000000+0x100000     ->      0xf5400000+0x100000
+ * mx50:
+ *     TZIC    0x0fffc000+0x004000     ->      0xf4bfc000+0x004000
+ *     SPBA0   0x50000000+0x100000     ->      0xf5400000+0x100000
+ *     AIPS1   0x53f00000+0x100000     ->      0xf5700000+0x100000
+ *     AIPS2   0x63f00000+0x100000     ->      0xf5300000+0x100000
  * mx51:
  *     IRAM    0x1ffe0000+0x020000     ->      0xf4fe0000+0x020000
  *     DEBUG   0x60000000+0x100000     ->      0xf5000000+0x100000
 #define IMX_IO_ADDRESS(x)      IOMEM(IMX_IO_P2V(x))
 
 #ifdef CONFIG_ARCH_MX5
+#include <mach/mx50.h>
 #include <mach/mx51.h>
 #include <mach/mx53.h>
 #endif
This page took 0.02809 seconds and 5 git commands to generate.