mx27.h 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. /*
  2. * Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
  3. * Copyright 2008 Juergen Beisert, kernel@pengutronix.de
  4. *
  5. * This contains i.MX27-specific hardware definitions. For those
  6. * hardware pieces that are common between i.MX21 and i.MX27, have a
  7. * look at mx2x.h.
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or (at your option) any later version.
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  21. * MA 02110-1301, USA.
  22. */
  23. #ifndef __ASM_ARCH_MXC_MX27_H__
  24. #define __ASM_ARCH_MXC_MX27_H__
  25. /* IRAM */
  26. #define IRAM_BASE_ADDR 0xFFFF4C00 /* internal ram */
  27. #define MSHC_BASE_ADDR (AIPI_BASE_ADDR + 0x18000)
  28. #define GPT5_BASE_ADDR (AIPI_BASE_ADDR + 0x19000)
  29. #define GPT4_BASE_ADDR (AIPI_BASE_ADDR + 0x1A000)
  30. #define UART5_BASE_ADDR (AIPI_BASE_ADDR + 0x1B000)
  31. #define UART6_BASE_ADDR (AIPI_BASE_ADDR + 0x1C000)
  32. #define I2C2_BASE_ADDR (AIPI_BASE_ADDR + 0x1D000)
  33. #define SDHC3_BASE_ADDR (AIPI_BASE_ADDR + 0x1E000)
  34. #define GPT6_BASE_ADDR (AIPI_BASE_ADDR + 0x1F000)
  35. #define VPU_BASE_ADDR (AIPI_BASE_ADDR + 0x23000)
  36. #define OTG_BASE_ADDR USBOTG_BASE_ADDR
  37. #define SAHARA_BASE_ADDR (AIPI_BASE_ADDR + 0x25000)
  38. #define IIM_BASE_ADDR (AIPI_BASE_ADDR + 0x28000)
  39. #define RTIC_BASE_ADDR (AIPI_BASE_ADDR + 0x2A000)
  40. #define FEC_BASE_ADDR (AIPI_BASE_ADDR + 0x2B000)
  41. #define SCC_BASE_ADDR (AIPI_BASE_ADDR + 0x2C000)
  42. #define ETB_BASE_ADDR (AIPI_BASE_ADDR + 0x3B000)
  43. #define ETB_RAM_BASE_ADDR (AIPI_BASE_ADDR + 0x3C000)
  44. /* ROM patch */
  45. #define ROMP_BASE_ADDR 0x10041000
  46. #define ATA_BASE_ADDR (SAHB1_BASE_ADDR + 0x1000)
  47. /* Memory regions and CS */
  48. #define SDRAM_BASE_ADDR 0xA0000000
  49. #define CSD1_BASE_ADDR 0xB0000000
  50. #define CS0_BASE_ADDR 0xC0000000
  51. #define CS1_BASE_ADDR 0xC8000000
  52. #define CS2_BASE_ADDR 0xD0000000
  53. #define CS3_BASE_ADDR 0xD2000000
  54. #define CS4_BASE_ADDR 0xD4000000
  55. #define CS5_BASE_ADDR 0xD6000000
  56. #define PCMCIA_MEM_BASE_ADDR 0xDC000000
  57. /* NAND, SDRAM, WEIM, M3IF, EMI controllers */
  58. #define X_MEMC_BASE_ADDR 0xD8000000
  59. #define X_MEMC_BASE_ADDR_VIRT 0xF4200000
  60. #define X_MEMC_SIZE SZ_1M
  61. #define NFC_BASE_ADDR (X_MEMC_BASE_ADDR)
  62. #define SDRAMC_BASE_ADDR (X_MEMC_BASE_ADDR + 0x1000)
  63. #define WEIM_BASE_ADDR (X_MEMC_BASE_ADDR + 0x2000)
  64. #define M3IF_BASE_ADDR (X_MEMC_BASE_ADDR + 0x3000)
  65. #define PCMCIA_CTL_BASE_ADDR (X_MEMC_BASE_ADDR + 0x4000)
  66. /* fixed interrupt numbers */
  67. #define MXC_INT_CCM 63
  68. #define MXC_INT_IIM 62
  69. #define MXC_INT_SAHARA 59
  70. #define MXC_INT_SCC_SCM 58
  71. #define MXC_INT_SCC_SMN 57
  72. #define MXC_INT_USB3 56
  73. #define MXC_INT_USB2 55
  74. #define MXC_INT_USB1 54
  75. #define MXC_INT_VPU 53
  76. #define MXC_INT_FEC 50
  77. #define MXC_INT_UART5 49
  78. #define MXC_INT_UART6 48
  79. #define MXC_INT_ATA 30
  80. #define MXC_INT_SDHC3 9
  81. #define MXC_INT_SDHC 7
  82. #define MXC_INT_RTIC 5
  83. #define MXC_INT_GPT4 4
  84. #define MXC_INT_GPT5 3
  85. #define MXC_INT_GPT6 2
  86. #define MXC_INT_I2C2 1
  87. /* fixed DMA request numbers */
  88. #define DMA_REQ_NFC 37
  89. #define DMA_REQ_SDHC3 36
  90. #define DMA_REQ_UART6_RX 35
  91. #define DMA_REQ_UART6_TX 34
  92. #define DMA_REQ_UART5_RX 33
  93. #define DMA_REQ_UART5_TX 32
  94. #define DMA_REQ_ATA_RCV 29
  95. #define DMA_REQ_ATA_TX 28
  96. #define DMA_REQ_MSHC 4
  97. /* silicon revisions specific to i.MX27 */
  98. #define CHIP_REV_1_0 0x00
  99. #define CHIP_REV_2_0 0x01
  100. #ifndef __ASSEMBLY__
  101. extern int mx27_revision(void);
  102. #endif
  103. /* Mandatory defines used globally */
  104. #endif /* __ASM_ARCH_MXC_MX27_H__ */