diff options
Diffstat (limited to 'arch/arm/mach-s5pc100/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-s5pc100/include/mach/map.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/include/mach/map.h b/arch/arm/mach-s5pc100/include/mach/map.h index 4681ebe8bef6..5ff7931c5362 100644 --- a/arch/arm/mach-s5pc100/include/mach/map.h +++ b/arch/arm/mach-s5pc100/include/mach/map.h | |||
@@ -82,6 +82,11 @@ | |||
82 | #define S5PC100_PA_I2C (0xEC100000) | 82 | #define S5PC100_PA_I2C (0xEC100000) |
83 | #define S5PC100_PA_I2C1 (0xEC200000) | 83 | #define S5PC100_PA_I2C1 (0xEC200000) |
84 | 84 | ||
85 | /* SPI */ | ||
86 | #define S5PC100_PA_SPI0 0xEC300000 | ||
87 | #define S5PC100_PA_SPI1 0xEC400000 | ||
88 | #define S5PC100_PA_SPI2 0xEC500000 | ||
89 | |||
85 | /* USB HS OTG */ | 90 | /* USB HS OTG */ |
86 | #define S5PC100_PA_USB_HSOTG (0xED200000) | 91 | #define S5PC100_PA_USB_HSOTG (0xED200000) |
87 | #define S5PC100_PA_USB_HSPHY (0xED300000) | 92 | #define S5PC100_PA_USB_HSPHY (0xED300000) |