Commit 0647aee0 authored by Ben Dooks's avatar Ben Dooks

ARM: S5P6440: Add HSMMC and OTG base addresses to map.h

Add the HSOTG and HSMMC block addresses to the map.h file.
Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 75497d96
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment