regs-base.h 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. /*
  2. * Freescale i.MX28 Peripheral Base Addresses
  3. *
  4. * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
  5. * on behalf of DENX Software Engineering GmbH
  6. *
  7. * Based on code from LTIB:
  8. * Copyright (C) 2008 Embedded Alley Solutions Inc.
  9. *
  10. * (C) Copyright 2009-2010 Freescale Semiconductor, Inc.
  11. *
  12. * This program is free software; you can redistribute it and/or modify
  13. * it under the terms of the GNU General Public License as published by
  14. * the Free Software Foundation; either version 2 of the License, or
  15. * (at your option) any later version.
  16. *
  17. * This program is distributed in the hope that it will be useful,
  18. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  19. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  20. * GNU General Public License for more details.
  21. *
  22. * You should have received a copy of the GNU General Public License
  23. * along with this program; if not, write to the Free Software
  24. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  25. *
  26. */
  27. #ifndef __MX28_REGS_BASE_H__
  28. #define __MX28_REGS_BASE_H__
  29. /*
  30. * Register base address
  31. */
  32. #define MXS_ICOL_BASE 0x80000000
  33. #define MXS_HSADC_BASE 0x80002000
  34. #define MXS_APBH_BASE 0x80004000
  35. #define MXS_PERFMON_BASE 0x80006000
  36. #define MXS_BCH_BASE 0x8000A000
  37. #define MXS_GPMI_BASE 0x8000C000
  38. #define MXS_SSP0_BASE 0x80010000
  39. #define MXS_SSP1_BASE 0x80012000
  40. #define MXS_SSP2_BASE 0x80014000
  41. #define MXS_SSP3_BASE 0x80016000
  42. #define MXS_PINCTRL_BASE 0x80018000
  43. #define MXS_DIGCTL_BASE 0x8001C000
  44. #define MXS_ETM_BASE 0x80022000
  45. #define MXS_APBX_BASE 0x80024000
  46. #define MXS_DCP_BASE 0x80028000
  47. #define MXS_PXP_BASE 0x8002A000
  48. #define MXS_OCOTP_BASE 0x8002C000
  49. #define MXS_AXI_AHB0_BASE 0x8002E000
  50. #define MXS_LCDIF_BASE 0x80030000
  51. #define MXS_CAN0_BASE 0x80032000
  52. #define MXS_CAN1_BASE 0x80034000
  53. #define MXS_SIMDBG_BASE 0x8003C000
  54. #define MXS_SIMGPMISEL_BASE 0x8003C200
  55. #define MXS_SIMSSPSEL_BASE 0x8003C300
  56. #define MXS_SIMMEMSEL_BASE 0x8003C400
  57. #define MXS_GPIOMON_BASE 0x8003C500
  58. #define MXS_SIMENET_BASE 0x8003C700
  59. #define MXS_ARMJTAG_BASE 0x8003C800
  60. #define MXS_CLKCTRL_BASE 0x80040000
  61. #define MXS_SAIF0_BASE 0x80042000
  62. #define MXS_POWER_BASE 0x80044000
  63. #define MXS_SAIF1_BASE 0x80046000
  64. #define MXS_LRADC_BASE 0x80050000
  65. #define MXS_SPDIF_BASE 0x80054000
  66. #define MXS_RTC_BASE 0x80056000
  67. #define MXS_I2C0_BASE 0x80058000
  68. #define MXS_I2C1_BASE 0x8005A000
  69. #define MXS_PWM_BASE 0x80064000
  70. #define MXS_TIMROT_BASE 0x80068000
  71. #define MXS_UARTAPP0_BASE 0x8006A000
  72. #define MXS_UARTAPP1_BASE 0x8006C000
  73. #define MXS_UARTAPP2_BASE 0x8006E000
  74. #define MXS_UARTAPP3_BASE 0x80070000
  75. #define MXS_UARTAPP4_BASE 0x80072000
  76. #define MXS_UARTDBG_BASE 0x80074000
  77. #define MXS_USBPHY0_BASE 0x8007C000
  78. #define MXS_USBPHY1_BASE 0x8007E000
  79. #define MXS_USBCTRL0_BASE 0x80080000
  80. #define MXS_USBCTRL1_BASE 0x80090000
  81. #define MXS_DFLPT_BASE 0x800C0000
  82. #define MXS_DRAM_BASE 0x800E0000
  83. #define MXS_ENET0_BASE 0x800F0000
  84. #define MXS_ENET1_BASE 0x800F4000
  85. #endif /* __MX28_REGS_BASE_H__ */