diff options
Diffstat (limited to 'include/asm-arm/arch-realview/board-eb.h')
-rw-r--r-- | include/asm-arm/arch-realview/board-eb.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-arm/arch-realview/board-eb.h b/include/asm-arm/arch-realview/board-eb.h index 565bb937ac86..206f7a752882 100644 --- a/include/asm-arm/arch-realview/board-eb.h +++ b/include/asm-arm/arch-realview/board-eb.h | |||
@@ -30,13 +30,21 @@ | |||
30 | #define REALVIEW_EB_UART1_BASE 0x1000A000 /* UART 1 */ | 30 | #define REALVIEW_EB_UART1_BASE 0x1000A000 /* UART 1 */ |
31 | #define REALVIEW_EB_UART2_BASE 0x1000B000 /* UART 2 */ | 31 | #define REALVIEW_EB_UART2_BASE 0x1000B000 /* UART 2 */ |
32 | #define REALVIEW_EB_UART3_BASE 0x1000C000 /* UART 3 */ | 32 | #define REALVIEW_EB_UART3_BASE 0x1000C000 /* UART 3 */ |
33 | #define REALVIEW_EB_SSP_BASE 0x1000D000 /* Synchronous Serial Port */ | ||
34 | #define REALVIEW_EB_WATCHDOG_BASE 0x10010000 /* watchdog interface */ | ||
33 | #define REALVIEW_EB_TIMER0_1_BASE 0x10011000 /* Timer 0 and 1 */ | 35 | #define REALVIEW_EB_TIMER0_1_BASE 0x10011000 /* Timer 0 and 1 */ |
34 | #define REALVIEW_EB_TIMER2_3_BASE 0x10012000 /* Timer 2 and 3 */ | 36 | #define REALVIEW_EB_TIMER2_3_BASE 0x10012000 /* Timer 2 and 3 */ |
37 | #define REALVIEW_EB_GPIO0_BASE 0x10013000 /* GPIO port 0 */ | ||
38 | #define REALVIEW_EB_RTC_BASE 0x10017000 /* Real Time Clock */ | ||
39 | #define REALVIEW_EB_CLCD_BASE 0x10020000 /* CLCD */ | ||
35 | #define REALVIEW_EB_GIC_CPU_BASE 0x10040000 /* Generic interrupt controller CPU interface */ | 40 | #define REALVIEW_EB_GIC_CPU_BASE 0x10040000 /* Generic interrupt controller CPU interface */ |
36 | #define REALVIEW_EB_GIC_DIST_BASE 0x10041000 /* Generic interrupt controller distributor */ | 41 | #define REALVIEW_EB_GIC_DIST_BASE 0x10041000 /* Generic interrupt controller distributor */ |
42 | #define REALVIEW_EB_SMC_BASE 0x10080000 /* Static memory controller */ | ||
37 | 43 | ||
38 | #define REALVIEW_EB_FLASH_BASE 0x40000000 | 44 | #define REALVIEW_EB_FLASH_BASE 0x40000000 |
39 | #define REALVIEW_EB_FLASH_SIZE SZ_64M | 45 | #define REALVIEW_EB_FLASH_SIZE SZ_64M |
46 | #define REALVIEW_EB_ETH_BASE 0x4E000000 /* Ethernet */ | ||
47 | #define REALVIEW_EB_USB_BASE 0x4F000000 /* USB */ | ||
40 | 48 | ||
41 | #ifdef CONFIG_REALVIEW_EB_ARM11MP_REVB | 49 | #ifdef CONFIG_REALVIEW_EB_ARM11MP_REVB |
42 | #define REALVIEW_EB11MP_SCU_BASE 0x10100000 /* SCU registers */ | 50 | #define REALVIEW_EB11MP_SCU_BASE 0x10100000 /* SCU registers */ |