imximage_mx.cfg 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /*
  2. * Copyright (C) 2009 Pegatron Corporation
  3. * Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com>
  4. * Copyright (C) 2009-2012 Genesi USA, Inc.
  5. *
  6. * BASED ON: imx51evk
  7. *
  8. * (C) Copyright 2009
  9. * Stefano Babic DENX Software Engineering sbabic@denx.de.
  10. *
  11. * See file CREDITS for list of people who contributed to this
  12. * project.
  13. *
  14. * This program is free software; you can redistribute it and/or
  15. * modify it under the terms of the GNU General Public License as
  16. * published by the Free Software Foundation; either version 2 of
  17. * the License or (at your option) any later version.
  18. *
  19. * This program is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with this program; if not write to the Free Software
  26. * Foundation Inc. 51 Franklin Street Fifth Floor Boston,
  27. * MA 02110-1301 USA
  28. *
  29. * Refer doc/README.imximage for more details about how-to configure
  30. * and create imximage boot image
  31. *
  32. * The syntax is taken as close as possible with the kwbimage
  33. */
  34. /*
  35. * Boot Device : one of
  36. * spi, sd (the board has no nand neither onenand)
  37. */
  38. BOOT_FROM spi
  39. /*
  40. * Device Configuration Data (DCD)
  41. *
  42. * Each entry must have the format:
  43. * Addr-type Address Value
  44. *
  45. * where:
  46. * Addr-type register length (1,2 or 4 bytes)
  47. * Address absolute address of the register
  48. * value value to be stored in the register
  49. */
  50. /*
  51. * Essential GPIO settings to be done as early as possible
  52. * PCBIDn pad settings are all the defaults except #2 which needs HVE off
  53. */
  54. DATA 4 0x73fa8134 0x3 # PCBID0 ALT3 GPIO 3_16
  55. DATA 4 0x73fa8130 0x3 # PCBID1 ALT3 GPIO 3_17
  56. DATA 4 0x73fa8128 0x3 # PCBID2 ALT3 GPIO 3_11
  57. DATA 4 0x73fa8504 0xe4 # PCBID2 PAD ~HVE
  58. DATA 4 0x73fa8198 0x3 # LED0 ALT3 GPIO 3_13
  59. DATA 4 0x73fa81c4 0x3 # LED1 ALT3 GPIO 3_14
  60. DATA 4 0x73fa81c8 0x3 # LED2 ALT3 GPIO 3_15
  61. /* DDR bus IOMUX PAD settings */
  62. DATA 4 0x73fa850c 0x20c5 # SDODT1
  63. DATA 4 0x73fa8510 0x20c5 # SDODT0
  64. DATA 4 0x73fa84ac 0xc5 # SDWE
  65. DATA 4 0x73fa84b0 0xc5 # SDCKE0
  66. DATA 4 0x73fa84b4 0xc5 # SDCKE1
  67. DATA 4 0x73fa84cc 0xc5 # DRAM_CS0
  68. DATA 4 0x73fa84d0 0xc5 # DRAM_CS1
  69. DATA 4 0x73fa882c 0x2 # DRAM_B4
  70. DATA 4 0x73fa88a4 0x2 # DRAM_B0
  71. DATA 4 0x73fa88ac 0x2 # DRAM_B1
  72. DATA 4 0x73fa88b8 0x2 # DRAM_B2
  73. DATA 4 0x73fa84d4 0xc5 # DRAM_DQM0
  74. DATA 4 0x73fa84d8 0xc5 # DRAM_DQM1
  75. DATA 4 0x73fa84dc 0xc5 # DRAM_DQM2
  76. DATA 4 0x73fa84e0 0xc5 # DRAM_DQM3
  77. /*
  78. * Setting DDR for micron
  79. * 13 Rows, 10 Cols, 32 bit, SREF=4 Micron Model
  80. * CAS=3 BL=4
  81. */
  82. /* ESDCTL_ESDCTL0 */
  83. DATA 4 0x83fd9000 0x82a20000
  84. /* ESDCTL_ESDCTL1 */
  85. DATA 4 0x83fd9008 0x82a20000
  86. /* ESDCTL_ESDMISC */
  87. DATA 4 0x83fd9010 0xcaaaf6d0
  88. /* ESDCTL_ESDCFG0 */
  89. DATA 4 0x83fd9004 0x3f3574aa
  90. /* ESDCTL_ESDCFG1 */
  91. DATA 4 0x83fd900c 0x3f3574aa
  92. /* Init DRAM on CS0 */
  93. /* ESDCTL_ESDSCR */
  94. DATA 4 0x83fd9014 0x04008008
  95. DATA 4 0x83fd9014 0x0000801a
  96. DATA 4 0x83fd9014 0x0000801b
  97. DATA 4 0x83fd9014 0x00448019
  98. DATA 4 0x83fd9014 0x07328018
  99. DATA 4 0x83fd9014 0x04008008
  100. DATA 4 0x83fd9014 0x00008010
  101. DATA 4 0x83fd9014 0x00008010
  102. DATA 4 0x83fd9014 0x06328018
  103. DATA 4 0x83fd9014 0x03808019
  104. DATA 4 0x83fd9014 0x00408019
  105. DATA 4 0x83fd9014 0x00008000
  106. /* Init DRAM on CS1 */
  107. DATA 4 0x83fd9014 0x0400800c
  108. DATA 4 0x83fd9014 0x0000801e
  109. DATA 4 0x83fd9014 0x0000801f
  110. DATA 4 0x83fd9014 0x0000801d
  111. DATA 4 0x83fd9014 0x0732801c
  112. DATA 4 0x83fd9014 0x0400800c
  113. DATA 4 0x83fd9014 0x00008014
  114. DATA 4 0x83fd9014 0x00008014
  115. DATA 4 0x83fd9014 0x0632801c
  116. DATA 4 0x83fd9014 0x0380801d
  117. DATA 4 0x83fd9014 0x0040801d
  118. DATA 4 0x83fd9014 0x00008004
  119. /* Write to CTL0 */
  120. DATA 4 0x83fd9000 0xb2a20000
  121. /* Write to CTL1 */
  122. DATA 4 0x83fd9008 0xb2a20000
  123. /* ESDMISC */
  124. DATA 4 0x83fd9010 0x000ad6d0
  125. /* ESDCTL_ESDCDLYGD */
  126. DATA 4 0x83fd9034 0x90000000
  127. DATA 4 0x83fd9014 0x00000000