diff options
Diffstat (limited to 'include/asm-arm/arch-realview/platform.h')
-rw-r--r-- | include/asm-arm/arch-realview/platform.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-arm/arch-realview/platform.h b/include/asm-arm/arch-realview/platform.h index 18d7c18b738c..bf52ca752a75 100644 --- a/include/asm-arm/arch-realview/platform.h +++ b/include/asm-arm/arch-realview/platform.h | |||
@@ -212,6 +212,8 @@ | |||
212 | #define REALVIEW_TWD_BASE 0x10100700 | 212 | #define REALVIEW_TWD_BASE 0x10100700 |
213 | #define REALVIEW_TWD_SIZE 0x00000100 | 213 | #define REALVIEW_TWD_SIZE 0x00000100 |
214 | #define REALVIEW_GIC_DIST_BASE 0x10101000 /* Generic interrupt controller distributor */ | 214 | #define REALVIEW_GIC_DIST_BASE 0x10101000 /* Generic interrupt controller distributor */ |
215 | #define REALVIEW_GIC1_CPU_BASE 0x10040000 /* Generic interrupt controller CPU interface */ | ||
216 | #define REALVIEW_GIC1_DIST_BASE 0x10041000 /* Generic interrupt controller distributor */ | ||
215 | #endif | 217 | #endif |
216 | #define REALVIEW_SMC_BASE 0x10080000 /* SMC */ | 218 | #define REALVIEW_SMC_BASE 0x10080000 /* SMC */ |
217 | /* Reserved 0x10090000 - 0x100EFFFF */ | 219 | /* Reserved 0x10090000 - 0x100EFFFF */ |
@@ -306,7 +308,11 @@ | |||
306 | #define INT_USB 29 /* USB controller */ | 308 | #define INT_USB 29 /* USB controller */ |
307 | #define INT_TSPENINT 30 /* Touchscreen pen */ | 309 | #define INT_TSPENINT 30 /* Touchscreen pen */ |
308 | #define INT_TSKPADINT 31 /* Touchscreen keypad */ | 310 | #define INT_TSKPADINT 31 /* Touchscreen keypad */ |
311 | |||
309 | #else | 312 | #else |
313 | |||
314 | #define MAX_GIC_NR 2 | ||
315 | |||
310 | #define INT_AACI 0 | 316 | #define INT_AACI 0 |
311 | #define INT_TIMERINT0_1 1 | 317 | #define INT_TIMERINT0_1 1 |
312 | #define INT_TIMERINT2_3 2 | 318 | #define INT_TIMERINT2_3 2 |