Go to the documentation of this file. 1 #ifndef __ASM_MACH_ADDR_MAP_H
2 #define __ASM_MACH_ADDR_MAP_H
7 #define PXA_CS0_PHYS 0x00000000
8 #define PXA_CS1_PHYS 0x04000000
9 #define PXA_CS2_PHYS 0x08000000
10 #define PXA_CS3_PHYS 0x0C000000
11 #define PXA_CS4_PHYS 0x10000000
12 #define PXA_CS5_PHYS 0x14000000
14 #define PXA300_CS0_PHYS 0x00000000
15 #define PXA300_CS1_PHYS 0x30000000
16 #define PXA3xx_CS2_PHYS 0x10000000
17 #define PXA3xx_CS3_PHYS 0x14000000
22 #define PERIPH_PHYS 0x40000000
23 #define PERIPH_VIRT IOMEM(0xf2000000)
24 #define PERIPH_SIZE 0x02000000
29 #define PXA2XX_SMEMC_PHYS 0x48000000
30 #define PXA3XX_SMEMC_PHYS 0x4a000000
31 #define SMEMC_VIRT IOMEM(0xf6000000)
32 #define SMEMC_SIZE 0x00100000
37 #define DMEMC_PHYS 0x48100000
38 #define DMEMC_VIRT IOMEM(0xf6100000)
39 #define DMEMC_SIZE 0x00100000
44 #define IMEMC_PHYS 0x58000000
45 #define IMEMC_VIRT IOMEM(0xfe000000)
46 #define IMEMC_SIZE 0x00100000