map.h 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. /* arch/arm/mach-s3c2410/include/mach/map.h
  2. *
  3. * Copyright (c) 2003 Simtec Electronics
  4. * Ben Dooks <ben@simtec.co.uk>
  5. *
  6. * S3C2410 - Memory map definitions
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. */
  12. #ifndef __ASM_ARCH_MAP_H
  13. #define __ASM_ARCH_MAP_H
  14. #include <plat/map.h>
  15. #define S3C2410_ADDR(x) S3C_ADDR(x)
  16. /* interrupt controller is the first thing we put in, to make
  17. * the assembly code for the irq detection easier
  18. */
  19. #define S3C24XX_VA_IRQ S3C_VA_IRQ
  20. #define S3C2410_PA_IRQ (0x4A000000)
  21. #define S3C24XX_SZ_IRQ SZ_1M
  22. /* memory controller registers */
  23. #define S3C24XX_VA_MEMCTRL S3C_VA_MEM
  24. #define S3C2410_PA_MEMCTRL (0x48000000)
  25. #define S3C24XX_SZ_MEMCTRL SZ_1M
  26. /* USB host controller */
  27. #define S3C2410_PA_USBHOST (0x49000000)
  28. #define S3C24XX_SZ_USBHOST SZ_1M
  29. /* DMA controller */
  30. #define S3C2410_PA_DMA (0x4B000000)
  31. #define S3C24XX_SZ_DMA SZ_1M
  32. /* Clock and Power management */
  33. #define S3C24XX_VA_CLKPWR S3C_VA_SYS
  34. #define S3C2410_PA_CLKPWR (0x4C000000)
  35. #define S3C24XX_SZ_CLKPWR SZ_1M
  36. /* LCD controller */
  37. #define S3C2410_PA_LCD (0x4D000000)
  38. #define S3C24XX_SZ_LCD SZ_1M
  39. /* NAND flash controller */
  40. #define S3C2410_PA_NAND (0x4E000000)
  41. #define S3C24XX_SZ_NAND SZ_1M
  42. /* UARTs */
  43. #define S3C24XX_VA_UART S3C_VA_UART
  44. #define S3C2410_PA_UART (0x50000000)
  45. #define S3C24XX_SZ_UART SZ_1M
  46. /* Timers */
  47. #define S3C24XX_VA_TIMER S3C_VA_TIMER
  48. #define S3C2410_PA_TIMER (0x51000000)
  49. #define S3C24XX_SZ_TIMER SZ_1M
  50. /* USB Device port */
  51. #define S3C2410_PA_USBDEV (0x52000000)
  52. #define S3C24XX_SZ_USBDEV SZ_1M
  53. /* Watchdog */
  54. #define S3C24XX_VA_WATCHDOG S3C_VA_WATCHDOG
  55. #define S3C2410_PA_WATCHDOG (0x53000000)
  56. #define S3C24XX_SZ_WATCHDOG SZ_1M
  57. /* IIC hardware controller */
  58. #define S3C2410_PA_IIC (0x54000000)
  59. #define S3C24XX_SZ_IIC SZ_1M
  60. /* IIS controller */
  61. #define S3C2410_PA_IIS (0x55000000)
  62. #define S3C24XX_SZ_IIS SZ_1M
  63. /* GPIO ports */
  64. /* the calculation for the VA of this must ensure that
  65. * it is the same distance apart from the UART in the
  66. * phsyical address space, as the initial mapping for the IO
  67. * is done as a 1:1 maping. This puts it (currently) at
  68. * 0xFA800000, which is not in the way of any current mapping
  69. * by the base system.
  70. */
  71. #define S3C2410_PA_GPIO (0x56000000)
  72. #define S3C24XX_VA_GPIO ((S3C2410_PA_GPIO - S3C24XX_PA_UART) + S3C24XX_VA_UART)
  73. #define S3C24XX_SZ_GPIO SZ_1M
  74. /* RTC */
  75. #define S3C2410_PA_RTC (0x57000000)
  76. #define S3C24XX_SZ_RTC SZ_1M
  77. /* ADC */
  78. #define S3C2410_PA_ADC (0x58000000)
  79. #define S3C24XX_SZ_ADC SZ_1M
  80. /* SPI */
  81. #define S3C2410_PA_SPI (0x59000000)
  82. #define S3C24XX_SZ_SPI SZ_1M
  83. /* SDI */
  84. #define S3C2410_PA_SDI (0x5A000000)
  85. #define S3C24XX_SZ_SDI SZ_1M
  86. /* CAMIF */
  87. #define S3C2440_PA_CAMIF (0x4F000000)
  88. #define S3C2440_SZ_CAMIF SZ_1M
  89. /* AC97 */
  90. #define S3C2440_PA_AC97 (0x5B000000)
  91. #define S3C2440_SZ_AC97 SZ_1M
  92. /* S3C2443 High-speed SD/MMC */
  93. #define S3C2443_PA_HSMMC (0x4A800000)
  94. #define S3C2443_SZ_HSMMC (256)
  95. /* ISA style IO, for each machine to sort out mappings for, if it
  96. * implements it. We reserve two 16M regions for ISA.
  97. */
  98. #define S3C24XX_VA_ISA_WORD S3C2410_ADDR(0x02000000)
  99. #define S3C24XX_VA_ISA_BYTE S3C2410_ADDR(0x03000000)
  100. /* physical addresses of all the chip-select areas */
  101. #define S3C2410_CS0 (0x00000000)
  102. #define S3C2410_CS1 (0x08000000)
  103. #define S3C2410_CS2 (0x10000000)
  104. #define S3C2410_CS3 (0x18000000)
  105. #define S3C2410_CS4 (0x20000000)
  106. #define S3C2410_CS5 (0x28000000)
  107. #define S3C2410_CS6 (0x30000000)
  108. #define S3C2410_CS7 (0x38000000)
  109. #define S3C2410_SDRAM_PA (S3C2410_CS6)
  110. /* Use a single interface for common resources between S3C24XX cpus */
  111. #define S3C24XX_PA_IRQ S3C2410_PA_IRQ
  112. #define S3C24XX_PA_MEMCTRL S3C2410_PA_MEMCTRL
  113. #define S3C24XX_PA_USBHOST S3C2410_PA_USBHOST
  114. #define S3C24XX_PA_DMA S3C2410_PA_DMA
  115. #define S3C24XX_PA_CLKPWR S3C2410_PA_CLKPWR
  116. #define S3C24XX_PA_LCD S3C2410_PA_LCD
  117. #define S3C24XX_PA_UART S3C2410_PA_UART
  118. #define S3C24XX_PA_TIMER S3C2410_PA_TIMER
  119. #define S3C24XX_PA_USBDEV S3C2410_PA_USBDEV
  120. #define S3C24XX_PA_WATCHDOG S3C2410_PA_WATCHDOG
  121. #define S3C24XX_PA_IIC S3C2410_PA_IIC
  122. #define S3C24XX_PA_IIS S3C2410_PA_IIS
  123. #define S3C24XX_PA_GPIO S3C2410_PA_GPIO
  124. #define S3C24XX_PA_RTC S3C2410_PA_RTC
  125. #define S3C24XX_PA_ADC S3C2410_PA_ADC
  126. #define S3C24XX_PA_SPI S3C2410_PA_SPI
  127. /* deal with the registers that move under the 2412/2413 */
  128. #if defined(CONFIG_CPU_S3C2412) || defined(CONFIG_CPU_S3C2413)
  129. #ifndef __ASSEMBLY__
  130. extern void __iomem *s3c24xx_va_gpio2;
  131. #endif
  132. #ifdef CONFIG_CPU_S3C2412_ONLY
  133. #define S3C24XX_VA_GPIO2 (S3C24XX_VA_GPIO + 0x10)
  134. #else
  135. #define S3C24XX_VA_GPIO2 s3c24xx_va_gpio2
  136. #endif
  137. #else
  138. #define s3c24xx_va_gpio2 S3C24XX_VA_GPIO
  139. #define S3C24XX_VA_GPIO2 S3C24XX_VA_GPIO
  140. #endif
  141. #endif /* __ASM_ARCH_MAP_H */