diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach/map.h')
-rw-r--r-- | arch/arm/mach-s5pv210/include/mach/map.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h index e85957083055..fb5d05e91e44 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 |
@@ -47,6 +49,10 @@ | |||
47 | #define S5PV210_PA_PDMA0 0xE0900000 | 49 | #define S5PV210_PA_PDMA0 0xE0900000 |
48 | #define S5PV210_PA_PDMA1 0xE0A00000 | 50 | #define S5PV210_PA_PDMA1 0xE0A00000 |
49 | 51 | ||
52 | #define S5PV210_PA_FB (0xF8000000) | ||
53 | |||
54 | #define S5PV210_PA_HSMMC(x) (0xEB000000 + ((x) * 0x100000)) | ||
55 | |||
50 | #define S5PV210_PA_VIC0 (0xF2000000) | 56 | #define S5PV210_PA_VIC0 (0xF2000000) |
51 | #define S5P_PA_VIC0 S5PV210_PA_VIC0 | 57 | #define S5P_PA_VIC0 S5PV210_PA_VIC0 |
52 | 58 | ||
@@ -79,7 +85,14 @@ | |||
79 | 85 | ||
80 | /* compatibiltiy defines. */ | 86 | /* compatibiltiy defines. */ |
81 | #define S3C_PA_UART S5PV210_PA_UART | 87 | #define S3C_PA_UART S5PV210_PA_UART |
88 | #define S3C_PA_HSMMC0 S5PV210_PA_HSMMC(0) | ||
89 | #define S3C_PA_HSMMC1 S5PV210_PA_HSMMC(1) | ||
90 | #define S3C_PA_HSMMC2 S5PV210_PA_HSMMC(2) | ||
82 | #define S3C_PA_IIC S5PV210_PA_IIC0 | 91 | #define S3C_PA_IIC S5PV210_PA_IIC0 |
92 | #define S3C_PA_IIC1 S5PV210_PA_IIC1 | ||
93 | #define S3C_PA_IIC2 S5PV210_PA_IIC2 | ||
94 | #define S3C_PA_FB S5PV210_PA_FB | ||
95 | |||
83 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC | 96 | #define SAMSUNG_PA_ADC S5PV210_PA_ADC |
84 | 97 | ||
85 | #endif /* __ASM_ARCH_MAP_H */ | 98 | #endif /* __ASM_ARCH_MAP_H */ |