Go to the documentation of this file.
11 #ifndef __ASM_MACH_ADDR_MAP_H
12 #define __ASM_MACH_ADDR_MAP_H
20 #define APB_PHYS_BASE 0xd4000000
21 #define APB_VIRT_BASE IOMEM(0xfe000000)
22 #define APB_PHYS_SIZE 0x00200000
24 #define AXI_PHYS_BASE 0xd4200000
25 #define AXI_VIRT_BASE IOMEM(0xfe200000)
26 #define AXI_PHYS_SIZE 0x00200000
29 #define SMC_CS0_PHYS_BASE 0x80000000
30 #define SMC_CS0_PHYS_SIZE 0x10000000
31 #define SMC_CS1_PHYS_BASE 0x90000000
32 #define SMC_CS1_PHYS_SIZE 0x10000000
34 #define APMU_VIRT_BASE (AXI_VIRT_BASE + 0x82800)
35 #define APMU_REG(x) (APMU_VIRT_BASE + (x))
37 #define APBC_VIRT_BASE (APB_VIRT_BASE + 0x015000)
38 #define APBC_REG(x) (APBC_VIRT_BASE + (x))
40 #define MPMU_VIRT_BASE (APB_VIRT_BASE + 0x50000)
41 #define MPMU_REG(x) (MPMU_VIRT_BASE + (x))
43 #define CIU_VIRT_BASE (AXI_VIRT_BASE + 0x82c00)
44 #define CIU_REG(x) (CIU_VIRT_BASE + (x))