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 e6bb12c17901..0254e08590e7 100644 --- a/arch/arm/mach-s5pv210/include/mach/map.h +++ b/arch/arm/mach-s5pv210/include/mach/map.h | |||
@@ -26,6 +26,8 @@ | |||
26 | #define S5P_PA_GPIO S5PV210_PA_GPIO | 26 | #define S5P_PA_GPIO S5PV210_PA_GPIO |
27 | 27 | ||
28 | #define S5PV210_PA_IIC0 (0xE1800000) | 28 | #define S5PV210_PA_IIC0 (0xE1800000) |
29 | #define S5PV210_PA_IIC1 (0xFAB00000) | ||
30 | #define S5PV210_PA_IIC2 (0xE1A00000) | ||
29 | 31 | ||
30 | #define S5PV210_PA_TIMER (0xE2500000) | 32 | #define S5PV210_PA_TIMER (0xE2500000) |
31 | #define S5P_PA_TIMER S5PV210_PA_TIMER | 33 | #define S5P_PA_TIMER S5PV210_PA_TIMER |
@@ -80,6 +82,8 @@ | |||
80 | /* compatibiltiy defines. */ | 82 | /* compatibiltiy defines. */ |
81 | #define S3C_PA_UART S5PV210_PA_UART | 83 | #define S3C_PA_UART S5PV210_PA_UART |
82 | #define S3C_PA_IIC S5PV210_PA_IIC0 | 84 | #define S3C_PA_IIC S5PV210_PA_IIC0 |
85 | #define S3C_PA_IIC1 S5PV210_PA_IIC1 | ||
86 | #define S3C_PA_IIC2 S5PV210_PA_IIC2 | ||
83 | #define S3C_PA_FB S5PV210_PA_FB | 87 | #define S3C_PA_FB S5PV210_PA_FB |
84 | 88 | ||
85 | #endif /* __ASM_ARCH_MAP_H */ | 89 | #endif /* __ASM_ARCH_MAP_H */ |