Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187412
b: refs/heads/master
c: 0647aee
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed Jan 21, 2010
1 parent 85163a5 commit 8704c09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75497d96b2094d325594b46d5e5f12b2396c4d51
refs/heads/master: 0647aee035245e0e5ea39ae17cf909b7099f988d
8 changes: 8 additions & 0 deletions trunk/arch/arm/mach-s5p6440/include/mach/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
#define S5P_PA_UART S5P6440_PA_UART
#define S5P_VA_UART S3C_VA_UART

/* HS USB OtG */
#define S5P6440_PA_HSOTG (0xED100000)

/* HSMMC */
#define S5P6440_PA_HSMMC0 (0xED800000)
#define S5P6440_PA_HSMMC1 (0xED900000)
#define S5P6440_PA_HSMMC2 (0xEDA00000)

#define S5P_PA_UART0 (S5P_PA_UART + 0x0)
#define S5P_PA_UART1 (S5P_PA_UART + 0x400)
#define S5P_PA_UART2 (S5P_PA_UART + 0x800)
Expand Down

0 comments on commit 8704c09

Please sign in to comment.