diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index fb5d05e91e4..6fb7bfdd232 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h | |||
@@ -25,6 +25,10 @@ | |||
25 | #define S5PV210_PA_GPIO (0xE0200000) | 25 | #define S5PV210_PA_GPIO (0xE0200000) |
26 | #define S5P_PA_GPIO S5PV210_PA_GPIO | 26 | #define S5P_PA_GPIO S5PV210_PA_GPIO |
27 | 27 | ||
28 | /* SPI */ | ||
29 | #define S5PV210_PA_SPI0 0xE1300000 | ||
30 | #define S5PV210_PA_SPI1 0xE1400000 | ||
31 | |||
28 | #define S5PV210_PA_IIC0 (0xE1800000) | 32 | #define S5PV210_PA_IIC0 (0xE1800000) |
29 | #define S5PV210_PA_IIC1 (0xFAB00000) | 33 | #define S5PV210_PA_IIC1 (0xFAB00000) |
30 | #define S5PV210_PA_IIC2 (0xE1A00000) | 34 | #define S5PV210_PA_IIC2 (0xE1A00000) |