iomux_config.c 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. /*
  2. * Copyright (c) 2012, Freescale Semiconductor, Inc.
  3. * All rights reserved.
  4. *
  5. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  6. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  7. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  8. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  9. * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  10. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  11. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  12. * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  13. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  14. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  15. */
  16. // File: iomux_config.c
  17. /* ------------------------------------------------------------------------------
  18. * <auto-generated>
  19. * This code was generated by a tool.
  20. * Runtime Version:3.4.0.0
  21. *
  22. * Changes to this file may cause incorrect behavior and will be lost if
  23. * the code is regenerated.
  24. * </auto-generated>
  25. * ------------------------------------------------------------------------------
  26. */
  27. #include <iomux_config.h>
  28. // Function to configure iomux for i.MX6SDL board SABRE AI rev. B.
  29. void iomux_config(void)
  30. {
  31. audmux_iomux_config();
  32. ccm_iomux_config();
  33. ecspi1_iomux_config();
  34. eim_iomux_config();
  35. enet_iomux_config();
  36. esai_iomux_config();
  37. flexcan1_iomux_config();
  38. flexcan2_iomux_config();
  39. gpio1_iomux_config();
  40. gpio2_iomux_config();
  41. gpio4_iomux_config();
  42. gpio5_iomux_config();
  43. gpio6_iomux_config();
  44. gpmi_iomux_config();
  45. i2c2_iomux_config();
  46. i2c3_iomux_config();
  47. ipu1_iomux_config();
  48. mlb_iomux_config();
  49. mmdc_iomux_config();
  50. pwm3_iomux_config();
  51. pwm4_iomux_config();
  52. sjc_iomux_config();
  53. spdif_iomux_config();
  54. uart2_iomux_config();
  55. uart3_iomux_config();
  56. uart4_iomux_config();
  57. usdhc1_iomux_config();
  58. usdhc3_iomux_config();
  59. wdog1_iomux_config();
  60. }
  61. // Definitions for unused modules.
  62. void arm_iomux_config()
  63. {
  64. };
  65. void asrc_iomux_config()
  66. {
  67. };
  68. void dcic1_iomux_config()
  69. {
  70. };
  71. void dcic2_iomux_config()
  72. {
  73. };
  74. void ecspi2_iomux_config()
  75. {
  76. };
  77. void ecspi3_iomux_config()
  78. {
  79. };
  80. void ecspi4_iomux_config()
  81. {
  82. };
  83. void epdc_iomux_config()
  84. {
  85. };
  86. void epit1_iomux_config()
  87. {
  88. };
  89. void epit2_iomux_config()
  90. {
  91. };
  92. void gpio3_iomux_config()
  93. {
  94. };
  95. void gpio7_iomux_config()
  96. {
  97. };
  98. void gpt_iomux_config()
  99. {
  100. };
  101. void hdmi_iomux_config()
  102. {
  103. };
  104. void i2c1_iomux_config()
  105. {
  106. };
  107. void i2c4_iomux_config()
  108. {
  109. };
  110. void kpp_iomux_config()
  111. {
  112. };
  113. void lcd_iomux_config()
  114. {
  115. };
  116. void ldb_iomux_config()
  117. {
  118. };
  119. void mipi_csi_iomux_config()
  120. {
  121. };
  122. void mipi_dsi_iomux_config()
  123. {
  124. };
  125. void mipi_hsi_iomux_config()
  126. {
  127. };
  128. void pcie_iomux_config()
  129. {
  130. };
  131. void pmu_iomux_config()
  132. {
  133. };
  134. void pwm1_iomux_config()
  135. {
  136. };
  137. void pwm2_iomux_config()
  138. {
  139. };
  140. void sdma_iomux_config()
  141. {
  142. };
  143. void snvs_iomux_config()
  144. {
  145. };
  146. void src_iomux_config()
  147. {
  148. };
  149. void uart1_iomux_config()
  150. {
  151. };
  152. void uart5_iomux_config()
  153. {
  154. };
  155. void usb_iomux_config()
  156. {
  157. };
  158. void usdhc2_iomux_config()
  159. {
  160. };
  161. void usdhc4_iomux_config()
  162. {
  163. };
  164. void wdog2_iomux_config()
  165. {
  166. };
  167. void xtalosc_iomux_config()
  168. {
  169. };