map.h 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. /* linux/arch/arm/mach-exynos4/include/mach/map.h
  2. *
  3. * Copyright (c) 2010-2011 Samsung Electronics Co., Ltd.
  4. * http://www.samsung.com/
  5. *
  6. * EXYNOS4 - 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 __FILE__
  14. #include <plat/map-base.h>
  15. /*
  16. * EXYNOS4 UART offset is 0x10000 but the older S5P SoCs are 0x400.
  17. * So need to define it, and here is to avoid redefinition warning.
  18. */
  19. #define S3C_UART_OFFSET (0x10000)
  20. #include <plat/map-s5p.h>
  21. #define EXYNOS4_PA_SYSRAM 0x02020000
  22. #define EXYNOS4_PA_FIMC0 0x11800000
  23. #define EXYNOS4_PA_FIMC1 0x11810000
  24. #define EXYNOS4_PA_FIMC2 0x11820000
  25. #define EXYNOS4_PA_FIMC3 0x11830000
  26. #define EXYNOS4_PA_I2S0 0x03830000
  27. #define EXYNOS4_PA_I2S1 0xE3100000
  28. #define EXYNOS4_PA_I2S2 0xE2A00000
  29. #define EXYNOS4_PA_PCM0 0x03840000
  30. #define EXYNOS4_PA_PCM1 0x13980000
  31. #define EXYNOS4_PA_PCM2 0x13990000
  32. #define EXYNOS4_PA_SROM_BANK(x) (0x04000000 + ((x) * 0x01000000))
  33. #define EXYNOS4_PA_ONENAND 0x0C000000
  34. #define EXYNOS4_PA_ONENAND_DMA 0x0C600000
  35. #define EXYNOS4_PA_CHIPID 0x10000000
  36. #define EXYNOS4_PA_SYSCON 0x10010000
  37. #define EXYNOS4_PA_PMU 0x10020000
  38. #define EXYNOS4_PA_CMU 0x10030000
  39. #define EXYNOS4_PA_SYSTIMER 0x10050000
  40. #define EXYNOS4_PA_WATCHDOG 0x10060000
  41. #define EXYNOS4_PA_RTC 0x10070000
  42. #define EXYNOS4_PA_KEYPAD 0x100A0000
  43. #define EXYNOS4_PA_DMC0 0x10400000
  44. #define EXYNOS4_PA_COMBINER 0x10448000
  45. #define EXYNOS4_PA_COREPERI 0x10500000
  46. #define EXYNOS4_PA_GIC_CPU 0x10500100
  47. #define EXYNOS4_PA_TWD 0x10500600
  48. #define EXYNOS4_PA_GIC_DIST 0x10501000
  49. #define EXYNOS4_PA_L2CC 0x10502000
  50. #define EXYNOS4_PA_MDMA 0x10810000
  51. #define EXYNOS4_PA_PDMA0 0x12680000
  52. #define EXYNOS4_PA_PDMA1 0x12690000
  53. #define EXYNOS4_PA_SYSMMU_MDMA 0x10A40000
  54. #define EXYNOS4_PA_SYSMMU_SSS 0x10A50000
  55. #define EXYNOS4_PA_SYSMMU_FIMC0 0x11A20000
  56. #define EXYNOS4_PA_SYSMMU_FIMC1 0x11A30000
  57. #define EXYNOS4_PA_SYSMMU_FIMC2 0x11A40000
  58. #define EXYNOS4_PA_SYSMMU_FIMC3 0x11A50000
  59. #define EXYNOS4_PA_SYSMMU_JPEG 0x11A60000
  60. #define EXYNOS4_PA_SYSMMU_FIMD0 0x11E20000
  61. #define EXYNOS4_PA_SYSMMU_FIMD1 0x12220000
  62. #define EXYNOS4_PA_SYSMMU_PCIe 0x12620000
  63. #define EXYNOS4_PA_SYSMMU_G2D 0x12A20000
  64. #define EXYNOS4_PA_SYSMMU_ROTATOR 0x12A30000
  65. #define EXYNOS4_PA_SYSMMU_MDMA2 0x12A40000
  66. #define EXYNOS4_PA_SYSMMU_TV 0x12E20000
  67. #define EXYNOS4_PA_SYSMMU_MFC_L 0x13620000
  68. #define EXYNOS4_PA_SYSMMU_MFC_R 0x13630000
  69. #define EXYNOS4_PA_GPIO1 0x11400000
  70. #define EXYNOS4_PA_GPIO2 0x11000000
  71. #define EXYNOS4_PA_GPIO3 0x03860000
  72. #define EXYNOS4_PA_MIPI_CSIS0 0x11880000
  73. #define EXYNOS4_PA_MIPI_CSIS1 0x11890000
  74. #define EXYNOS4_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000))
  75. #define EXYNOS4_PA_SATA 0x12560000
  76. #define EXYNOS4_PA_SATAPHY 0x125D0000
  77. #define EXYNOS4_PA_SATAPHY_CTRL 0x126B0000
  78. #define EXYNOS4_PA_SROMC 0x12570000
  79. #define EXYNOS4_PA_UART 0x13800000
  80. #define EXYNOS4_PA_IIC(x) (0x13860000 + ((x) * 0x10000))
  81. #define EXYNOS4_PA_AC97 0x139A0000
  82. #define EXYNOS4_PA_SPDIF 0x139B0000
  83. #define EXYNOS4_PA_TIMER 0x139D0000
  84. #define EXYNOS4_PA_SDRAM 0x40000000
  85. /* Compatibiltiy Defines */
  86. #define S3C_PA_HSMMC0 EXYNOS4_PA_HSMMC(0)
  87. #define S3C_PA_HSMMC1 EXYNOS4_PA_HSMMC(1)
  88. #define S3C_PA_HSMMC2 EXYNOS4_PA_HSMMC(2)
  89. #define S3C_PA_HSMMC3 EXYNOS4_PA_HSMMC(3)
  90. #define S3C_PA_IIC EXYNOS4_PA_IIC(0)
  91. #define S3C_PA_IIC1 EXYNOS4_PA_IIC(1)
  92. #define S3C_PA_IIC2 EXYNOS4_PA_IIC(2)
  93. #define S3C_PA_IIC3 EXYNOS4_PA_IIC(3)
  94. #define S3C_PA_IIC4 EXYNOS4_PA_IIC(4)
  95. #define S3C_PA_IIC5 EXYNOS4_PA_IIC(5)
  96. #define S3C_PA_IIC6 EXYNOS4_PA_IIC(6)
  97. #define S3C_PA_IIC7 EXYNOS4_PA_IIC(7)
  98. #define S3C_PA_RTC EXYNOS4_PA_RTC
  99. #define S3C_PA_WDT EXYNOS4_PA_WATCHDOG
  100. #define S5P_PA_CHIPID EXYNOS4_PA_CHIPID
  101. #define S5P_PA_FIMC0 EXYNOS4_PA_FIMC0
  102. #define S5P_PA_FIMC1 EXYNOS4_PA_FIMC1
  103. #define S5P_PA_FIMC2 EXYNOS4_PA_FIMC2
  104. #define S5P_PA_FIMC3 EXYNOS4_PA_FIMC3
  105. #define S5P_PA_MIPI_CSIS0 EXYNOS4_PA_MIPI_CSIS0
  106. #define S5P_PA_MIPI_CSIS1 EXYNOS4_PA_MIPI_CSIS1
  107. #define S5P_PA_ONENAND EXYNOS4_PA_ONENAND
  108. #define S5P_PA_ONENAND_DMA EXYNOS4_PA_ONENAND_DMA
  109. #define S5P_PA_SDRAM EXYNOS4_PA_SDRAM
  110. #define S5P_PA_SROMC EXYNOS4_PA_SROMC
  111. #define S5P_PA_SYSCON EXYNOS4_PA_SYSCON
  112. #define S5P_PA_TIMER EXYNOS4_PA_TIMER
  113. #define SAMSUNG_PA_KEYPAD EXYNOS4_PA_KEYPAD
  114. /* UART */
  115. #define S3C_PA_UART EXYNOS4_PA_UART
  116. #define S5P_PA_UART(x) (S3C_PA_UART + ((x) * S3C_UART_OFFSET))
  117. #define S5P_PA_UART0 S5P_PA_UART(0)
  118. #define S5P_PA_UART1 S5P_PA_UART(1)
  119. #define S5P_PA_UART2 S5P_PA_UART(2)
  120. #define S5P_PA_UART3 S5P_PA_UART(3)
  121. #define S5P_PA_UART4 S5P_PA_UART(4)
  122. #define S5P_SZ_UART SZ_256
  123. #endif /* __ASM_ARCH_MAP_H */