summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2410/include/mach/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach/map.h')
-rw-r--r--arch/arm/mach-s3c2410/include/mach/map.h32
1 files changed, 31 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/map.h b/arch/arm/mach-s3c2410/include/mach/map.h
index 23c470c2e5b1..100266280693 100644
--- a/arch/arm/mach-s3c2410/include/mach/map.h
+++ b/arch/arm/mach-s3c2410/include/mach/map.h
@@ -46,10 +46,23 @@
#define S3C2410_PA_LCD (0x4D000000)
#define S3C24XX_SZ_LCD SZ_1M
+/* TFT-LCD controller */
+#define S3C2410_PA_TFTLCD (0x4C800000)
+#define S3C24XX_SZ_TFTLCD SZ_1M
+
/* NAND flash controller */
#define S3C2410_PA_NAND (0x4E000000)
#define S3C24XX_SZ_NAND SZ_1M
+/* EBI registers for 2443 */
+#define S3C2443_PA_EBI (0x4E800000)
+#define S3C2443_VA_EBI S3C_VA_EBI
+#define S3C2443_SZ_EBI SZ_1M
+
+/* SSMC Memory controller */
+#define S3C2443_PA_SSMC (0x4F000000)
+#define S3C2443_SZ_SSMC SZ_1M
+
/* UARTs */
#define S3C24XX_VA_UART S3C_VA_UART
#define S3C2410_PA_UART (0x50000000)
@@ -103,6 +116,10 @@
#define S3C2410_PA_SPI (0x59000000)
#define S3C24XX_SZ_SPI SZ_1M
+/* High Speed SPI */
+#define S3C2443_PA_HSSPI (0x52000000)
+#define S3C2443_SZ_HSSPI SZ_1M
+
/* SDI */
#define S3C2410_PA_SDI (0x5A000000)
#define S3C24XX_SZ_SDI SZ_1M
@@ -112,7 +129,6 @@
#define S3C2440_SZ_CAMIF SZ_1M
/* AC97 */
-
#define S3C2440_PA_AC97 (0x5B000000)
#define S3C2440_SZ_AC97 SZ_1M
@@ -120,6 +136,10 @@
#define S3C2443_PA_HSMMC (0x4A800000)
#define S3C2443_SZ_HSMMC (256)
+/* CF/ATA */
+#define S3C2443_PA_CFATA (0x4B800000)
+#define S3C2443_SZ_CFATA SZ_1M
+
/* ISA style IO, for each machine to sort out mappings for, if it
* implements it. We reserve two 16M regions for ISA.
*/
@@ -127,6 +147,15 @@
#define S3C24XX_VA_ISA_WORD S3C2410_ADDR(0x02000000)
#define S3C24XX_VA_ISA_BYTE S3C2410_ADDR(0x03000000)
+/* LAN Mapping */
+#define CC9M2443_VA_LAN S3C2410_ADDR(0x04000000)
+#define CC9M2443_PA_LAN (S3C2410_CS5)
+#define CC9M2443_SZ_LAN SZ_1M
+
+/* USB device Mapping */
+#define S3C2443_PA_USBDEV (0x49800000)
+#define S3C2443_SZ_USBDEV SZ_1M
+
/* physical addresses of all the chip-select areas */
#define S3C2410_CS0 (0x00000000)
@@ -148,6 +177,7 @@
#define S3C24XX_PA_DMA S3C2410_PA_DMA
#define S3C24XX_PA_CLKPWR S3C2410_PA_CLKPWR
#define S3C24XX_PA_LCD S3C2410_PA_LCD
+#define S3C24XX_PA_TFTLCD S3C2410_PA_TFTLCD
#define S3C24XX_PA_UART S3C2410_PA_UART
#define S3C24XX_PA_TIMER S3C2410_PA_TIMER
#define S3C24XX_PA_USBDEV S3C2410_PA_USBDEV