diff options
| author | Jongpill Lee <boyko.lee@samsung.com> | 2010-06-23 08:29:00 -0400 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:30:41 -0400 |
| commit | 296b1dac035d4d0daf247a7162f482bbe88fcd0b (patch) | |
| tree | b7ff0a4e9caba35020b4b8a37c297bac444f4bed | |
| parent | 9fe6206f400646a2322096b56c59891d530e8d51 (diff) | |
ARM: S5P6442: Add Watchdog Timer map for S5P6442
This patch adds definition of Watchdog Timer map.
Signed-off-by: Jongpill Lee <boyko.lee@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
| -rw-r--r-- | arch/arm/mach-s5p6442/include/mach/map.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-s5p6442/include/mach/map.h b/arch/arm/mach-s5p6442/include/mach/map.h index 32ca424ef7f9..281d256faafb 100644 --- a/arch/arm/mach-s5p6442/include/mach/map.h +++ b/arch/arm/mach-s5p6442/include/mach/map.h | |||
| @@ -42,6 +42,8 @@ | |||
| 42 | 42 | ||
| 43 | #define S5P6442_PA_SYSTIMER (0xEA100000) | 43 | #define S5P6442_PA_SYSTIMER (0xEA100000) |
| 44 | 44 | ||
| 45 | #define S5P6442_PA_WATCHDOG (0xEA200000) | ||
| 46 | |||
| 45 | #define S5P6442_PA_UART (0xEC000000) | 47 | #define S5P6442_PA_UART (0xEC000000) |
| 46 | 48 | ||
| 47 | #define S5P_PA_UART0 (S5P6442_PA_UART + 0x0) | 49 | #define S5P_PA_UART0 (S5P6442_PA_UART + 0x0) |
| @@ -65,6 +67,7 @@ | |||
| 65 | #define S5P6442_PA_PCM1 0xF2500000 | 67 | #define S5P6442_PA_PCM1 0xF2500000 |
| 66 | 68 | ||
| 67 | /* compatibiltiy defines. */ | 69 | /* compatibiltiy defines. */ |
| 70 | #define S3C_PA_WDT S5P6442_PA_WATCHDOG | ||
| 68 | #define S3C_PA_UART S5P6442_PA_UART | 71 | #define S3C_PA_UART S5P6442_PA_UART |
| 69 | #define S3C_PA_IIC S5P6442_PA_IIC0 | 72 | #define S3C_PA_IIC S5P6442_PA_IIC0 |
| 70 | 73 | ||
