Path: blob/master/arch/arm/mach-pxa/include/mach/addr-map.h
10820 views
#ifndef __ASM_MACH_ADDR_MAP_H1#define __ASM_MACH_ADDR_MAP_H23/*4* Chip Selects5*/6#define PXA_CS0_PHYS 0x000000007#define PXA_CS1_PHYS 0x040000008#define PXA_CS2_PHYS 0x080000009#define PXA_CS3_PHYS 0x0C00000010#define PXA_CS4_PHYS 0x1000000011#define PXA_CS5_PHYS 0x140000001213#define PXA300_CS0_PHYS 0x00000000 /* PXA300/PXA310 _only_ */14#define PXA300_CS1_PHYS 0x30000000 /* PXA300/PXA310 _only_ */15#define PXA3xx_CS2_PHYS 0x1000000016#define PXA3xx_CS3_PHYS 0x140000001718/*19* Peripheral Bus20*/21#define PERIPH_PHYS 0x4000000022#define PERIPH_VIRT 0xf200000023#define PERIPH_SIZE 0x020000002425/*26* Static Memory Controller (w/ SDRAM controls on PXA25x/PXA27x)27*/28#define PXA2XX_SMEMC_PHYS 0x4800000029#define PXA3XX_SMEMC_PHYS 0x4a00000030#define SMEMC_VIRT 0xf600000031#define SMEMC_SIZE 0x001000003233/*34* Dynamic Memory Controller (only on PXA3xx)35*/36#define DMEMC_PHYS 0x4810000037#define DMEMC_VIRT 0xf610000038#define DMEMC_SIZE 0x001000003940/*41* Internal Memory Controller (PXA27x and later)42*/43#define IMEMC_PHYS 0x5800000044#define IMEMC_VIRT 0xfe00000045#define IMEMC_SIZE 0x001000004647#endif /* __ASM_MACH_ADDR_MAP_H */484950