diff options
Diffstat (limited to 'arch/arm/mach-s3c6400')
-rw-r--r-- | arch/arm/mach-s3c6400/include/mach/map.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c6400/include/mach/map.h b/arch/arm/mach-s3c6400/include/mach/map.h index 618f09d637b2..aadaaaf2d8b6 100644 --- a/arch/arm/mach-s3c6400/include/mach/map.h +++ b/arch/arm/mach-s3c6400/include/mach/map.h | |||
@@ -17,6 +17,12 @@ | |||
17 | 17 | ||
18 | #include <plat/map-base.h> | 18 | #include <plat/map-base.h> |
19 | 19 | ||
20 | /* HSMMC units */ | ||
21 | #define S3C64XX_PA_HSMMC(x) (0x7C200000 + ((x) * 0x100000)) | ||
22 | #define S3C64XX_PA_HSMMC0 S3C64XX_PA_HSMMC(0) | ||
23 | #define S3C64XX_PA_HSMMC1 S3C64XX_PA_HSMMC(1) | ||
24 | #define S3C64XX_PA_HSMMC2 S3C64XX_PA_HSMMC(2) | ||
25 | |||
20 | #define S3C_PA_UART (0x7F005000) | 26 | #define S3C_PA_UART (0x7F005000) |
21 | #define S3C_PA_UART0 (S3C_PA_UART + 0x00) | 27 | #define S3C_PA_UART0 (S3C_PA_UART + 0x00) |
22 | #define S3C_PA_UART1 (S3C_PA_UART + 0x400) | 28 | #define S3C_PA_UART1 (S3C_PA_UART + 0x400) |
@@ -49,5 +55,8 @@ | |||
49 | 55 | ||
50 | /* compatibiltiy defines. */ | 56 | /* compatibiltiy defines. */ |
51 | #define S3C_PA_TIMER S3C64XX_PA_TIMER | 57 | #define S3C_PA_TIMER S3C64XX_PA_TIMER |
58 | #define S3C_PA_HSMMC0 S3C64XX_PA_HSMMC0 | ||
59 | #define S3C_PA_HSMMC1 S3C64XX_PA_HSMMC1 | ||
60 | #define S3C_PA_HSMMC2 S3C64XX_PA_HSMMC2 | ||
52 | 61 | ||
53 | #endif /* __ASM_ARCH_6400_MAP_H */ | 62 | #endif /* __ASM_ARCH_6400_MAP_H */ |