123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- /*
- * Copyright (c) 2012, Freescale Semiconductor, Inc.
- * All rights reserved.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
- * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
- // File: iomux_config.c
- /* ------------------------------------------------------------------------------
- * <auto-generated>
- * This code was generated by a tool.
- * Runtime Version:3.4.0.0
- *
- * Changes to this file may cause incorrect behavior and will be lost if
- * the code is regenerated.
- * </auto-generated>
- * ------------------------------------------------------------------------------
- */
- #include <iomux_config.h>
- // Function to configure iomux for i.MX6SDL board SABRE AI rev. B.
- void iomux_config(void)
- {
- audmux_iomux_config();
- ccm_iomux_config();
- ecspi1_iomux_config();
- eim_iomux_config();
- enet_iomux_config();
- esai_iomux_config();
- flexcan1_iomux_config();
- flexcan2_iomux_config();
- gpio1_iomux_config();
- gpio2_iomux_config();
- gpio4_iomux_config();
- gpio5_iomux_config();
- gpio6_iomux_config();
- gpmi_iomux_config();
- i2c2_iomux_config();
- i2c3_iomux_config();
- ipu1_iomux_config();
- mlb_iomux_config();
- mmdc_iomux_config();
- pwm3_iomux_config();
- pwm4_iomux_config();
- sjc_iomux_config();
- spdif_iomux_config();
- uart2_iomux_config();
- uart3_iomux_config();
- uart4_iomux_config();
- usdhc1_iomux_config();
- usdhc3_iomux_config();
- wdog1_iomux_config();
- }
- // Definitions for unused modules.
- void arm_iomux_config()
- {
- };
- void asrc_iomux_config()
- {
- };
- void dcic1_iomux_config()
- {
- };
- void dcic2_iomux_config()
- {
- };
- void ecspi2_iomux_config()
- {
- };
- void ecspi3_iomux_config()
- {
- };
- void ecspi4_iomux_config()
- {
- };
- void epdc_iomux_config()
- {
- };
- void epit1_iomux_config()
- {
- };
- void epit2_iomux_config()
- {
- };
- void gpio3_iomux_config()
- {
- };
- void gpio7_iomux_config()
- {
- };
- void gpt_iomux_config()
- {
- };
- void hdmi_iomux_config()
- {
- };
- void i2c1_iomux_config()
- {
- };
- void i2c4_iomux_config()
- {
- };
- void kpp_iomux_config()
- {
- };
- void lcd_iomux_config()
- {
- };
- void ldb_iomux_config()
- {
- };
- void mipi_csi_iomux_config()
- {
- };
- void mipi_dsi_iomux_config()
- {
- };
- void mipi_hsi_iomux_config()
- {
- };
- void pcie_iomux_config()
- {
- };
- void pmu_iomux_config()
- {
- };
- void pwm1_iomux_config()
- {
- };
- void pwm2_iomux_config()
- {
- };
- void sdma_iomux_config()
- {
- };
- void snvs_iomux_config()
- {
- };
- void src_iomux_config()
- {
- };
- void uart1_iomux_config()
- {
- };
- void uart5_iomux_config()
- {
- };
- void usb_iomux_config()
- {
- };
- void usdhc2_iomux_config()
- {
- };
- void usdhc4_iomux_config()
- {
- };
- void wdog2_iomux_config()
- {
- };
- void xtalosc_iomux_config()
- {
- };
|