Skip to content

Commit

Permalink
ARM: S5P6442: Add Watchdog Timer map for S5P6442
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jongpill Lee authored and Kukjin Kim committed Aug 5, 2010
1 parent 9fe6206 commit 296b1da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/mach-s5p6442/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@

#define S5P6442_PA_SYSTIMER (0xEA100000)

#define S5P6442_PA_WATCHDOG (0xEA200000)

#define S5P6442_PA_UART (0xEC000000)

#define S5P_PA_UART0 (S5P6442_PA_UART + 0x0)
Expand All @@ -65,6 +67,7 @@
#define S5P6442_PA_PCM1 0xF2500000

/* compatibiltiy defines. */
#define S3C_PA_WDT S5P6442_PA_WATCHDOG
#define S3C_PA_UART S5P6442_PA_UART
#define S3C_PA_IIC S5P6442_PA_IIC0

Expand Down

0 comments on commit 296b1da

Please sign in to comment.