Go to the documentation of this file.
15 #ifndef __MACH_XILINX_SOC_H__
16 #define __MACH_XILINX_SOC_H__
18 #define PERIPHERAL_CLOCK_RATE 2500000
22 #define UART0_PHYS 0xE0000000
23 #define UART0_VIRT UART0_PHYS
25 #define TTC0_PHYS 0xF8001000
26 #define TTC0_VIRT TTC0_PHYS
28 #define PL310_L2CC_PHYS 0xF8F02000
29 #define PL310_L2CC_VIRT PL310_L2CC_PHYS
31 #define SCU_PERIPH_PHYS 0xF8F00000
32 #define SCU_PERIPH_VIRT SCU_PERIPH_PHYS
36 #define TTC0_BASE IOMEM(TTC0_VIRT)
37 #define SCU_PERIPH_BASE IOMEM(SCU_PERIPH_VIRT)
38 #define SCU_GIC_CPU_BASE (SCU_PERIPH_BASE + 0x100)
39 #define SCU_GIC_DIST_BASE (SCU_PERIPH_BASE + 0x1000)
40 #define PL310_L2CC_BASE IOMEM(PL310_L2CC_VIRT)
45 #define LL_UART_PADDR UART0_PHYS
46 #define LL_UART_VADDR UART0_VIRT