Go to the documentation of this file.
23 #ifndef __ASM_ARCH_MSM_IOMAP_H
24 #define __ASM_ARCH_MSM_IOMAP_H
26 #include <asm/sizes.h>
40 #if defined(CONFIG_ARCH_MSM7X30)
42 #elif defined(CONFIG_ARCH_QSD8X50)
51 #define MSM_DEBUG_UART_SIZE SZ_4K
52 #if defined(CONFIG_DEBUG_MSM_UART1)
53 #define MSM_DEBUG_UART_BASE 0xE1000000
54 #define MSM_DEBUG_UART_PHYS MSM_UART1_PHYS
55 #elif defined(CONFIG_DEBUG_MSM_UART2)
56 #define MSM_DEBUG_UART_BASE 0xE1000000
57 #define MSM_DEBUG_UART_PHYS MSM_UART2_PHYS
58 #elif defined(CONFIG_DEBUG_MSM_UART3)
59 #define MSM_DEBUG_UART_BASE 0xE1000000
60 #define MSM_DEBUG_UART_PHYS MSM_UART3_PHYS
64 #define MSM_CSR_BASE IOMEM(0xE0001000)
65 #define MSM_QGIC_DIST_BASE IOMEM(0xF0000000)
66 #define MSM_QGIC_CPU_BASE IOMEM(0xF0001000)
67 #define MSM_TMR_BASE IOMEM(0xF0200000)
68 #define MSM_TMR0_BASE IOMEM(0xF0201000)
69 #define MSM_GPIO1_BASE IOMEM(0xE0003000)
70 #define MSM_GPIO2_BASE IOMEM(0xE0004000)