Go to the documentation of this file.
13 #ifndef __ASM_PLAT_MAP_S3C_H
14 #define __ASM_PLAT_MAP_S3C_H __FILE__
16 #define S3C24XX_VA_IRQ S3C_VA_IRQ
17 #define S3C24XX_VA_MEMCTRL S3C_VA_MEM
18 #define S3C24XX_VA_UART S3C_VA_UART
20 #define S3C24XX_VA_TIMER S3C_VA_TIMER
21 #define S3C24XX_VA_CLKPWR S3C_VA_SYS
22 #define S3C24XX_VA_WATCHDOG S3C_VA_WATCHDOG
24 #define S3C2412_VA_SSMC S3C_ADDR_CPU(0x00000000)
25 #define S3C2412_VA_EBI S3C_ADDR_CPU(0x00100000)
27 #define S3C2410_PA_UART (0x50000000)
28 #define S3C24XX_PA_UART S3C2410_PA_UART
30 #ifndef S3C_UART_OFFSET
31 #define S3C_UART_OFFSET (0x400)
45 #define S3C2410_PA_GPIO (0x56000000)
46 #define S3C24XX_PA_GPIO S3C2410_PA_GPIO
48 #define S3C24XX_VA_GPIO ((S3C24XX_PA_GPIO - S3C24XX_PA_UART) + S3C24XX_VA_UART)
49 #define S3C64XX_VA_GPIO S3C_ADDR_CPU(0x00000000)
51 #define S3C64XX_VA_MODEM S3C_ADDR_CPU(0x00100000)
52 #define S3C64XX_VA_USB_HSPHY S3C_ADDR_CPU(0x00200000)
54 #define S3C_VA_USB_HSPHY S3C64XX_VA_USB_HSPHY
61 #define S3C2410_ADDR(x) S3C_ADDR(x)
63 #define S3C24XX_VA_ISA_WORD S3C2410_ADDR(0x02000000)
64 #define S3C24XX_VA_ISA_BYTE S3C2410_ADDR(0x03000000)
68 #if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
72 #ifdef CONFIG_CPU_S3C2412_ONLY
73 #define S3C24XX_VA_GPIO2 (S3C24XX_VA_GPIO + 0x10)
75 #define S3C24XX_VA_GPIO2 s3c24xx_va_gpio2
78 #define s3c24xx_va_gpio2 S3C24XX_VA_GPIO
79 #define S3C24XX_VA_GPIO2 S3C24XX_VA_GPIO