map.h 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. /* linux/arch/arm/mach-s5pv310/include/mach/map.h
  2. *
  3. * Copyright (c) 2010 Samsung Electronics Co., Ltd.
  4. * http://www.samsung.com/
  5. *
  6. * S5PV310 - 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. * S5PV310 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 S5PV310_PA_SYSRAM (0x02025000)
  22. #define S5PV310_PA_SROM_BANK(x) (0x04000000 + ((x) * 0x01000000))
  23. #define S5PC210_PA_ONENAND (0x0C000000)
  24. #define S5P_PA_ONENAND S5PC210_PA_ONENAND
  25. #define S5PC210_PA_ONENAND_DMA (0x0C600000)
  26. #define S5P_PA_ONENAND_DMA S5PC210_PA_ONENAND_DMA
  27. #define S5PV310_PA_CHIPID (0x10000000)
  28. #define S5P_PA_CHIPID S5PV310_PA_CHIPID
  29. #define S5PV310_PA_SYSCON (0x10010000)
  30. #define S5P_PA_SYSCON S5PV310_PA_SYSCON
  31. #define S5PV310_PA_CMU (0x10030000)
  32. #define S5PV310_PA_WATCHDOG (0x10060000)
  33. #define S5PV310_PA_RTC (0x10070000)
  34. #define S5PV310_PA_COMBINER (0x10448000)
  35. #define S5PV310_PA_COREPERI (0x10500000)
  36. #define S5PV310_PA_GIC_CPU (0x10500100)
  37. #define S5PV310_PA_TWD (0x10500600)
  38. #define S5PV310_PA_GIC_DIST (0x10501000)
  39. #define S5PV310_PA_L2CC (0x10502000)
  40. /* DMA */
  41. #define S5PV310_PA_MDMA 0x10810000
  42. #define S5PV310_PA_PDMA0 0x12680000
  43. #define S5PV310_PA_PDMA1 0x12690000
  44. #define S5PV310_PA_GPIO1 (0x11400000)
  45. #define S5PV310_PA_GPIO2 (0x11000000)
  46. #define S5PV310_PA_GPIO3 (0x03860000)
  47. #define S5PV310_PA_HSMMC(x) (0x12510000 + ((x) * 0x10000))
  48. #define S5PV310_PA_SROMC (0x12570000)
  49. /* S/PDIF */
  50. #define S5PV310_PA_SPDIF 0xE1100000
  51. /* I2S */
  52. #define S5PV310_PA_I2S0 0x03830000
  53. #define S5PV310_PA_I2S1 0xE3100000
  54. #define S5PV310_PA_I2S2 0xE2A00000
  55. /* PCM */
  56. #define S5PV310_PA_PCM0 0x03840000
  57. #define S5PV310_PA_PCM1 0x13980000
  58. #define S5PV310_PA_PCM2 0x13990000
  59. /* AC97 */
  60. #define S5PV310_PA_AC97 0x139A0000
  61. #define S5PV310_PA_UART (0x13800000)
  62. #define S5P_PA_UART(x) (S5PV310_PA_UART + ((x) * S3C_UART_OFFSET))
  63. #define S5P_PA_UART0 S5P_PA_UART(0)
  64. #define S5P_PA_UART1 S5P_PA_UART(1)
  65. #define S5P_PA_UART2 S5P_PA_UART(2)
  66. #define S5P_PA_UART3 S5P_PA_UART(3)
  67. #define S5P_PA_UART4 S5P_PA_UART(4)
  68. #define S5P_SZ_UART SZ_256
  69. #define S5PV310_PA_IIC(x) (0x13860000 + ((x) * 0x10000))
  70. #define S5PV310_PA_TIMER (0x139D0000)
  71. #define S5P_PA_TIMER S5PV310_PA_TIMER
  72. #define S5PV310_PA_SDRAM (0x40000000)
  73. #define S5P_PA_SDRAM S5PV310_PA_SDRAM
  74. /* compatibiltiy defines. */
  75. #define S3C_PA_UART S5PV310_PA_UART
  76. #define S3C_PA_HSMMC0 S5PV310_PA_HSMMC(0)
  77. #define S3C_PA_HSMMC1 S5PV310_PA_HSMMC(1)
  78. #define S3C_PA_HSMMC2 S5PV310_PA_HSMMC(2)
  79. #define S3C_PA_HSMMC3 S5PV310_PA_HSMMC(3)
  80. #define S3C_PA_IIC S5PV310_PA_IIC(0)
  81. #define S3C_PA_IIC1 S5PV310_PA_IIC(1)
  82. #define S3C_PA_IIC2 S5PV310_PA_IIC(2)
  83. #define S3C_PA_IIC3 S5PV310_PA_IIC(3)
  84. #define S3C_PA_IIC4 S5PV310_PA_IIC(4)
  85. #define S3C_PA_IIC5 S5PV310_PA_IIC(5)
  86. #define S3C_PA_IIC6 S5PV310_PA_IIC(6)
  87. #define S3C_PA_IIC7 S5PV310_PA_IIC(7)
  88. #define S3C_PA_RTC S5PV310_PA_RTC
  89. #define S3C_PA_WDT S5PV310_PA_WATCHDOG
  90. #endif /* __ASM_ARCH_MAP_H */