1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0 2*f126890aSEmmanuel Vadot/* 3*f126890aSEmmanuel Vadot * Digi International's ConnectCore6UL SBC Pro board device tree source 4*f126890aSEmmanuel Vadot * 5*f126890aSEmmanuel Vadot * Copyright 2018 Digi International, Inc. 6*f126890aSEmmanuel Vadot * 7*f126890aSEmmanuel Vadot */ 8*f126890aSEmmanuel Vadot 9*f126890aSEmmanuel Vadot/dts-v1/; 10*f126890aSEmmanuel Vadot#include <dt-bindings/input/input.h> 11*f126890aSEmmanuel Vadot#include <dt-bindings/interrupt-controller/irq.h> 12*f126890aSEmmanuel Vadot#include "imx6ul.dtsi" 13*f126890aSEmmanuel Vadot#include "imx6ul-ccimx6ulsom.dtsi" 14*f126890aSEmmanuel Vadot 15*f126890aSEmmanuel Vadot/ { 16*f126890aSEmmanuel Vadot model = "Digi International ConnectCore 6UL SBC Pro."; 17*f126890aSEmmanuel Vadot compatible = "digi,ccimx6ulsbcpro", "digi,ccimx6ulsom", "fsl,imx6ul"; 18*f126890aSEmmanuel Vadot 19*f126890aSEmmanuel Vadot lcd_backlight: backlight { 20*f126890aSEmmanuel Vadot compatible = "pwm-backlight"; 21*f126890aSEmmanuel Vadot pwms = <&pwm5 0 50000>; 22*f126890aSEmmanuel Vadot brightness-levels = <0 4 8 16 32 64 128 255>; 23*f126890aSEmmanuel Vadot default-brightness-level = <6>; 24*f126890aSEmmanuel Vadot status = "okay"; 25*f126890aSEmmanuel Vadot }; 26*f126890aSEmmanuel Vadot 27*f126890aSEmmanuel Vadot panel { 28*f126890aSEmmanuel Vadot compatible = "auo,g101evn010"; 29*f126890aSEmmanuel Vadot power-supply = <&ldo4_ext>; 30*f126890aSEmmanuel Vadot backlight = <&lcd_backlight>; 31*f126890aSEmmanuel Vadot 32*f126890aSEmmanuel Vadot port { 33*f126890aSEmmanuel Vadot panel_in: endpoint { 34*f126890aSEmmanuel Vadot remote-endpoint = <&display_out>; 35*f126890aSEmmanuel Vadot }; 36*f126890aSEmmanuel Vadot }; 37*f126890aSEmmanuel Vadot }; 38*f126890aSEmmanuel Vadot 39*f126890aSEmmanuel Vadot reg_usb_otg1_vbus: regulator-usb-otg1 { 40*f126890aSEmmanuel Vadot compatible = "regulator-fixed"; 41*f126890aSEmmanuel Vadot regulator-name = "usb_otg1_vbus"; 42*f126890aSEmmanuel Vadot regulator-min-microvolt = <5000000>; 43*f126890aSEmmanuel Vadot regulator-max-microvolt = <5000000>; 44*f126890aSEmmanuel Vadot gpio = <&gpio1 4 GPIO_ACTIVE_HIGH>; 45*f126890aSEmmanuel Vadot enable-active-high; 46*f126890aSEmmanuel Vadot }; 47*f126890aSEmmanuel Vadot}; 48*f126890aSEmmanuel Vadot 49*f126890aSEmmanuel Vadot&adc1 { 50*f126890aSEmmanuel Vadot pinctrl-names = "default"; 51*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_adc1>; 52*f126890aSEmmanuel Vadot status = "okay"; 53*f126890aSEmmanuel Vadot}; 54*f126890aSEmmanuel Vadot 55*f126890aSEmmanuel Vadot&can1 { 56*f126890aSEmmanuel Vadot pinctrl-names = "default"; 57*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_flexcan1>; 58*f126890aSEmmanuel Vadot xceiver-supply = <&ext_3v3>; 59*f126890aSEmmanuel Vadot status = "okay"; 60*f126890aSEmmanuel Vadot}; 61*f126890aSEmmanuel Vadot 62*f126890aSEmmanuel Vadot/* CAN2 is multiplexed with UART2 RTS/CTS */ 63*f126890aSEmmanuel Vadot&can2 { 64*f126890aSEmmanuel Vadot pinctrl-names = "default"; 65*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_flexcan2>; 66*f126890aSEmmanuel Vadot xceiver-supply = <&ext_3v3>; 67*f126890aSEmmanuel Vadot status = "disabled"; 68*f126890aSEmmanuel Vadot}; 69*f126890aSEmmanuel Vadot 70*f126890aSEmmanuel Vadot&ecspi1 { 71*f126890aSEmmanuel Vadot cs-gpios = <&gpio3 26 GPIO_ACTIVE_LOW>; 72*f126890aSEmmanuel Vadot pinctrl-names = "default"; 73*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_ecspi1_master>; 74*f126890aSEmmanuel Vadot status = "okay"; 75*f126890aSEmmanuel Vadot}; 76*f126890aSEmmanuel Vadot 77*f126890aSEmmanuel Vadot&fec1 { 78*f126890aSEmmanuel Vadot pinctrl-names = "default"; 79*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_enet1>; 80*f126890aSEmmanuel Vadot phy-mode = "rmii"; 81*f126890aSEmmanuel Vadot phy-handle = <ðphy0>; 82*f126890aSEmmanuel Vadot status = "okay"; 83*f126890aSEmmanuel Vadot}; 84*f126890aSEmmanuel Vadot 85*f126890aSEmmanuel Vadot&fec2 { 86*f126890aSEmmanuel Vadot pinctrl-names = "default"; 87*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_enet2 &pinctrl_enet2_mdio>; 88*f126890aSEmmanuel Vadot phy-mode = "rmii"; 89*f126890aSEmmanuel Vadot phy-handle = <ðphy1>; 90*f126890aSEmmanuel Vadot phy-reset-gpios = <&gpio5 6 GPIO_ACTIVE_LOW>; 91*f126890aSEmmanuel Vadot phy-reset-duration = <26>; 92*f126890aSEmmanuel Vadot status = "okay"; 93*f126890aSEmmanuel Vadot 94*f126890aSEmmanuel Vadot mdio { 95*f126890aSEmmanuel Vadot #address-cells = <1>; 96*f126890aSEmmanuel Vadot #size-cells = <0>; 97*f126890aSEmmanuel Vadot 98*f126890aSEmmanuel Vadot ethphy0: ethernet-phy@0 { 99*f126890aSEmmanuel Vadot compatible = "ethernet-phy-ieee802.3-c22"; 100*f126890aSEmmanuel Vadot smsc,disable-energy-detect; 101*f126890aSEmmanuel Vadot reg = <0>; 102*f126890aSEmmanuel Vadot }; 103*f126890aSEmmanuel Vadot 104*f126890aSEmmanuel Vadot ethphy1: ethernet-phy@1 { 105*f126890aSEmmanuel Vadot compatible = "ethernet-phy-ieee802.3-c22"; 106*f126890aSEmmanuel Vadot smsc,disable-energy-detect; 107*f126890aSEmmanuel Vadot reg = <1>; 108*f126890aSEmmanuel Vadot }; 109*f126890aSEmmanuel Vadot }; 110*f126890aSEmmanuel Vadot}; 111*f126890aSEmmanuel Vadot 112*f126890aSEmmanuel Vadot&gpio5 { 113*f126890aSEmmanuel Vadot emmc-usd-mux-hog { 114*f126890aSEmmanuel Vadot gpio-hog; 115*f126890aSEmmanuel Vadot gpios = <1 GPIO_ACTIVE_LOW>; 116*f126890aSEmmanuel Vadot output-high; 117*f126890aSEmmanuel Vadot }; 118*f126890aSEmmanuel Vadot}; 119*f126890aSEmmanuel Vadot 120*f126890aSEmmanuel Vadot&i2c1 { 121*f126890aSEmmanuel Vadot touchscreen@14 { 122*f126890aSEmmanuel Vadot compatible = "goodix,gt911"; 123*f126890aSEmmanuel Vadot reg = <0x14>; 124*f126890aSEmmanuel Vadot pinctrl-names = "default"; 125*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_goodix_touch>; 126*f126890aSEmmanuel Vadot interrupt-parent = <&gpio5>; 127*f126890aSEmmanuel Vadot interrupts = <2 IRQ_TYPE_EDGE_RISING>; 128*f126890aSEmmanuel Vadot irq-gpios = <&gpio5 2 GPIO_ACTIVE_HIGH>; 129*f126890aSEmmanuel Vadot status = "okay"; 130*f126890aSEmmanuel Vadot }; 131*f126890aSEmmanuel Vadot}; 132*f126890aSEmmanuel Vadot 133*f126890aSEmmanuel Vadot&lcdif { 134*f126890aSEmmanuel Vadot pinctrl-names = "default"; 135*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_lcdif_dat0_17 136*f126890aSEmmanuel Vadot &pinctrl_lcdif_clken 137*f126890aSEmmanuel Vadot &pinctrl_lcdif_hvsync>; 138*f126890aSEmmanuel Vadot lcd-supply = <&ldo4_ext>; /* BU90T82 LVDS bridge power */ 139*f126890aSEmmanuel Vadot status = "okay"; 140*f126890aSEmmanuel Vadot 141*f126890aSEmmanuel Vadot port { 142*f126890aSEmmanuel Vadot display_out: endpoint { 143*f126890aSEmmanuel Vadot remote-endpoint = <&panel_in>; 144*f126890aSEmmanuel Vadot }; 145*f126890aSEmmanuel Vadot }; 146*f126890aSEmmanuel Vadot}; 147*f126890aSEmmanuel Vadot 148*f126890aSEmmanuel Vadot&ldo4_ext { 149*f126890aSEmmanuel Vadot regulator-max-microvolt = <1800000>; 150*f126890aSEmmanuel Vadot}; 151*f126890aSEmmanuel Vadot 152*f126890aSEmmanuel Vadot&pwm1 { 153*f126890aSEmmanuel Vadot status = "okay"; 154*f126890aSEmmanuel Vadot}; 155*f126890aSEmmanuel Vadot 156*f126890aSEmmanuel Vadot&pwm2 { 157*f126890aSEmmanuel Vadot status = "okay"; 158*f126890aSEmmanuel Vadot}; 159*f126890aSEmmanuel Vadot 160*f126890aSEmmanuel Vadot&pwm3 { 161*f126890aSEmmanuel Vadot status = "okay"; 162*f126890aSEmmanuel Vadot}; 163*f126890aSEmmanuel Vadot 164*f126890aSEmmanuel Vadot&pwm4 { 165*f126890aSEmmanuel Vadot pinctrl-names = "default"; 166*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_pwm4>; 167*f126890aSEmmanuel Vadot status = "okay"; 168*f126890aSEmmanuel Vadot}; 169*f126890aSEmmanuel Vadot 170*f126890aSEmmanuel Vadot&pwm5 { 171*f126890aSEmmanuel Vadot #pwm-cells = <2>; 172*f126890aSEmmanuel Vadot pinctrl-names = "default"; 173*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_pwm5>; 174*f126890aSEmmanuel Vadot status = "okay"; 175*f126890aSEmmanuel Vadot}; 176*f126890aSEmmanuel Vadot 177*f126890aSEmmanuel Vadot&pwm6 { 178*f126890aSEmmanuel Vadot status = "okay"; 179*f126890aSEmmanuel Vadot}; 180*f126890aSEmmanuel Vadot 181*f126890aSEmmanuel Vadot&pwm7 { 182*f126890aSEmmanuel Vadot status = "okay"; 183*f126890aSEmmanuel Vadot}; 184*f126890aSEmmanuel Vadot 185*f126890aSEmmanuel Vadot&pwm8 { 186*f126890aSEmmanuel Vadot status = "okay"; 187*f126890aSEmmanuel Vadot}; 188*f126890aSEmmanuel Vadot 189*f126890aSEmmanuel Vadot&sai2 { 190*f126890aSEmmanuel Vadot pinctrl-names = "default", "sleep"; 191*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_sai2>; 192*f126890aSEmmanuel Vadot pinctrl-1 = <&pinctrl_sai2_sleep>; 193*f126890aSEmmanuel Vadot assigned-clocks = <&clks IMX6UL_CLK_SAI2_SEL>, 194*f126890aSEmmanuel Vadot <&clks IMX6UL_CLK_PLL4_AUDIO_DIV>, 195*f126890aSEmmanuel Vadot <&clks IMX6UL_CLK_SAI2>; 196*f126890aSEmmanuel Vadot assigned-clock-rates = <0>, <786432000>, <12288000>; 197*f126890aSEmmanuel Vadot assigned-clock-parents = <&clks IMX6UL_CLK_PLL4_AUDIO_DIV>; 198*f126890aSEmmanuel Vadot status = "okay"; 199*f126890aSEmmanuel Vadot}; 200*f126890aSEmmanuel Vadot 201*f126890aSEmmanuel Vadot/* UART2 RTS/CTS muxed with CAN2 */ 202*f126890aSEmmanuel Vadot&uart2 { 203*f126890aSEmmanuel Vadot pinctrl-names = "default"; 204*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_uart2_4wires>; 205*f126890aSEmmanuel Vadot uart-has-rtscts; 206*f126890aSEmmanuel Vadot status = "okay"; 207*f126890aSEmmanuel Vadot}; 208*f126890aSEmmanuel Vadot 209*f126890aSEmmanuel Vadot/* UART3 RTS/CTS muxed with CAN 1 */ 210*f126890aSEmmanuel Vadot&uart3 { 211*f126890aSEmmanuel Vadot pinctrl-names = "default"; 212*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_uart3_2wires>; 213*f126890aSEmmanuel Vadot status = "okay"; 214*f126890aSEmmanuel Vadot}; 215*f126890aSEmmanuel Vadot 216*f126890aSEmmanuel Vadot&uart5 { 217*f126890aSEmmanuel Vadot pinctrl-names = "default"; 218*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_uart5>; 219*f126890aSEmmanuel Vadot status = "okay"; 220*f126890aSEmmanuel Vadot}; 221*f126890aSEmmanuel Vadot 222*f126890aSEmmanuel Vadot&usbotg1 { 223*f126890aSEmmanuel Vadot dr_mode = "otg"; 224*f126890aSEmmanuel Vadot vbus-supply = <®_usb_otg1_vbus>; 225*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_usbotg1>; 226*f126890aSEmmanuel Vadot status = "okay"; 227*f126890aSEmmanuel Vadot}; 228*f126890aSEmmanuel Vadot 229*f126890aSEmmanuel Vadot&usbotg2 { 230*f126890aSEmmanuel Vadot dr_mode = "host"; 231*f126890aSEmmanuel Vadot disable-over-current; 232*f126890aSEmmanuel Vadot status = "okay"; 233*f126890aSEmmanuel Vadot}; 234*f126890aSEmmanuel Vadot 235*f126890aSEmmanuel Vadot/* USDHC2 (microSD conflicts with eMMC) */ 236*f126890aSEmmanuel Vadot&usdhc2 { 237*f126890aSEmmanuel Vadot pinctrl-names = "default"; 238*f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_usdhc2>; 239*f126890aSEmmanuel Vadot no-1-8-v; 240*f126890aSEmmanuel Vadot broken-cd; /* no carrier detect line (use polling) */ 241*f126890aSEmmanuel Vadot status = "okay"; 242*f126890aSEmmanuel Vadot}; 243*f126890aSEmmanuel Vadot 244*f126890aSEmmanuel Vadot&iomuxc { 245*f126890aSEmmanuel Vadot pinctrl_adc1: adc1grp { 246*f126890aSEmmanuel Vadot fsl,pins = < 247*f126890aSEmmanuel Vadot /* EXP_GPIO_2 -> GPIO1_3/ADC1_IN3 */ 248*f126890aSEmmanuel Vadot MX6UL_PAD_GPIO1_IO03__GPIO1_IO03 0xb0 249*f126890aSEmmanuel Vadot >; 250*f126890aSEmmanuel Vadot }; 251*f126890aSEmmanuel Vadot 252*f126890aSEmmanuel Vadot pinctrl_ecspi1_master: ecspi1grp1 { 253*f126890aSEmmanuel Vadot fsl,pins = < 254*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA20__ECSPI1_SCLK 0x10b0 255*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA22__ECSPI1_MOSI 0x10b0 256*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA23__ECSPI1_MISO 0x10b0 257*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA21__GPIO3_IO26 0x10b0 258*f126890aSEmmanuel Vadot >; 259*f126890aSEmmanuel Vadot }; 260*f126890aSEmmanuel Vadot 261*f126890aSEmmanuel Vadot pinctrl_enet1: enet1grp { 262*f126890aSEmmanuel Vadot fsl,pins = < 263*f126890aSEmmanuel Vadot MX6UL_PAD_ENET1_RX_EN__ENET1_RX_EN 0x1b0b0 264*f126890aSEmmanuel Vadot MX6UL_PAD_ENET1_RX_ER__ENET1_RX_ER 0x1b0b0 265*f126890aSEmmanuel Vadot MX6UL_PAD_ENET1_RX_DATA0__ENET1_RDATA00 0x1b0b0 266*f126890aSEmmanuel Vadot MX6UL_PAD_ENET1_RX_DATA1__ENET1_RDATA01 0x1b0b0 267*f126890aSEmmanuel Vadot MX6UL_PAD_ENET1_TX_EN__ENET1_TX_EN 0x1b0b0 268*f126890aSEmmanuel Vadot MX6UL_PAD_ENET1_TX_DATA0__ENET1_TDATA00 0x1b0b0 269*f126890aSEmmanuel Vadot MX6UL_PAD_ENET1_TX_DATA1__ENET1_TDATA01 0x1b0b0 270*f126890aSEmmanuel Vadot MX6UL_PAD_ENET1_TX_CLK__ENET1_REF_CLK1 0x40017051 271*f126890aSEmmanuel Vadot >; 272*f126890aSEmmanuel Vadot }; 273*f126890aSEmmanuel Vadot 274*f126890aSEmmanuel Vadot pinctrl_enet2: enet2grp { 275*f126890aSEmmanuel Vadot fsl,pins = < 276*f126890aSEmmanuel Vadot MX6UL_PAD_ENET2_RX_EN__ENET2_RX_EN 0x1b0b0 277*f126890aSEmmanuel Vadot MX6UL_PAD_ENET2_RX_ER__ENET2_RX_ER 0x1b0b0 278*f126890aSEmmanuel Vadot MX6UL_PAD_ENET2_RX_DATA0__ENET2_RDATA00 0x1b0b0 279*f126890aSEmmanuel Vadot MX6UL_PAD_ENET2_RX_DATA1__ENET2_RDATA01 0x1b0b0 280*f126890aSEmmanuel Vadot MX6UL_PAD_ENET2_TX_EN__ENET2_TX_EN 0x1b0b0 281*f126890aSEmmanuel Vadot MX6UL_PAD_ENET2_TX_DATA0__ENET2_TDATA00 0x1b0b0 282*f126890aSEmmanuel Vadot MX6UL_PAD_ENET2_TX_DATA1__ENET2_TDATA01 0x1b0b0 283*f126890aSEmmanuel Vadot MX6UL_PAD_ENET2_TX_CLK__ENET2_REF_CLK2 0x40017051 284*f126890aSEmmanuel Vadot >; 285*f126890aSEmmanuel Vadot }; 286*f126890aSEmmanuel Vadot 287*f126890aSEmmanuel Vadot pinctrl_enet2_mdio: mdioenet2grp { 288*f126890aSEmmanuel Vadot fsl,pins = < 289*f126890aSEmmanuel Vadot MX6UL_PAD_GPIO1_IO07__ENET2_MDC 0x1b0b0 290*f126890aSEmmanuel Vadot MX6UL_PAD_GPIO1_IO06__ENET2_MDIO 0x1b0b0 291*f126890aSEmmanuel Vadot >; 292*f126890aSEmmanuel Vadot }; 293*f126890aSEmmanuel Vadot 294*f126890aSEmmanuel Vadot pinctrl_flexcan1: flexcan1grp { 295*f126890aSEmmanuel Vadot fsl,pins = < 296*f126890aSEmmanuel Vadot MX6UL_PAD_UART3_CTS_B__FLEXCAN1_TX 0x1b020 297*f126890aSEmmanuel Vadot MX6UL_PAD_UART3_RTS_B__FLEXCAN1_RX 0x1b020 298*f126890aSEmmanuel Vadot >; 299*f126890aSEmmanuel Vadot }; 300*f126890aSEmmanuel Vadot pinctrl_flexcan2: flexcan2grp { 301*f126890aSEmmanuel Vadot fsl,pins = < 302*f126890aSEmmanuel Vadot MX6UL_PAD_UART2_CTS_B__FLEXCAN2_TX 0x1b020 303*f126890aSEmmanuel Vadot MX6UL_PAD_UART2_RTS_B__FLEXCAN2_RX 0x1b020 304*f126890aSEmmanuel Vadot >; 305*f126890aSEmmanuel Vadot }; 306*f126890aSEmmanuel Vadot 307*f126890aSEmmanuel Vadot pinctrl_goodix_touch: goodixgrp { 308*f126890aSEmmanuel Vadot fsl,pins = < 309*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER2__GPIO5_IO02 0x1020 310*f126890aSEmmanuel Vadot >; 311*f126890aSEmmanuel Vadot }; 312*f126890aSEmmanuel Vadot 313*f126890aSEmmanuel Vadot pinctrl_lcdif_dat0_17: lcdifdatgrp0-17 { 314*f126890aSEmmanuel Vadot fsl,pins = < 315*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA00__LCDIF_DATA00 0x79 316*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA01__LCDIF_DATA01 0x79 317*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA02__LCDIF_DATA02 0x79 318*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA03__LCDIF_DATA03 0x79 319*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA04__LCDIF_DATA04 0x79 320*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA05__LCDIF_DATA05 0x79 321*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA06__LCDIF_DATA06 0x79 322*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA07__LCDIF_DATA07 0x79 323*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA08__LCDIF_DATA08 0x79 324*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA09__LCDIF_DATA09 0x79 325*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA10__LCDIF_DATA10 0x79 326*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA11__LCDIF_DATA11 0x79 327*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA12__LCDIF_DATA12 0x79 328*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA13__LCDIF_DATA13 0x79 329*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA14__LCDIF_DATA14 0x79 330*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA15__LCDIF_DATA15 0x79 331*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA16__LCDIF_DATA16 0x79 332*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_DATA17__LCDIF_DATA17 0x79 333*f126890aSEmmanuel Vadot >; 334*f126890aSEmmanuel Vadot }; 335*f126890aSEmmanuel Vadot 336*f126890aSEmmanuel Vadot pinctrl_lcdif_clken: lcdifctrlgrp1 { 337*f126890aSEmmanuel Vadot fsl,pins = < 338*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_CLK__LCDIF_CLK 0x17050 339*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_ENABLE__LCDIF_ENABLE 0x79 340*f126890aSEmmanuel Vadot >; 341*f126890aSEmmanuel Vadot }; 342*f126890aSEmmanuel Vadot 343*f126890aSEmmanuel Vadot pinctrl_lcdif_hvsync: lcdifctrlgrp2 { 344*f126890aSEmmanuel Vadot fsl,pins = < 345*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_HSYNC__LCDIF_HSYNC 0x79 346*f126890aSEmmanuel Vadot MX6UL_PAD_LCD_VSYNC__LCDIF_VSYNC 0x79 347*f126890aSEmmanuel Vadot >; 348*f126890aSEmmanuel Vadot }; 349*f126890aSEmmanuel Vadot 350*f126890aSEmmanuel Vadot pinctrl_pwm4: pwm4grp { 351*f126890aSEmmanuel Vadot fsl,pins = < 352*f126890aSEmmanuel Vadot MX6UL_PAD_GPIO1_IO05__PWM4_OUT 0x110b0 353*f126890aSEmmanuel Vadot >; 354*f126890aSEmmanuel Vadot }; 355*f126890aSEmmanuel Vadot 356*f126890aSEmmanuel Vadot pinctrl_pwm5: pwm5grp { 357*f126890aSEmmanuel Vadot fsl,pins = < 358*f126890aSEmmanuel Vadot MX6UL_PAD_NAND_DQS__PWM5_OUT 0x110b0 359*f126890aSEmmanuel Vadot >; 360*f126890aSEmmanuel Vadot }; 361*f126890aSEmmanuel Vadot 362*f126890aSEmmanuel Vadot pinctrl_sai2: sai2grp { 363*f126890aSEmmanuel Vadot fsl,pins = < 364*f126890aSEmmanuel Vadot MX6UL_PAD_JTAG_TRST_B__SAI2_TX_DATA 0x11088 365*f126890aSEmmanuel Vadot MX6UL_PAD_JTAG_TCK__SAI2_RX_DATA 0x11088 366*f126890aSEmmanuel Vadot MX6UL_PAD_JTAG_TMS__SAI2_MCLK 0x17088 367*f126890aSEmmanuel Vadot MX6UL_PAD_JTAG_TDI__SAI2_TX_BCLK 0x17088 368*f126890aSEmmanuel Vadot MX6UL_PAD_JTAG_TDO__SAI2_TX_SYNC 0x17088 369*f126890aSEmmanuel Vadot /* Interrupt */ 370*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER7__GPIO5_IO07 0x10b0 371*f126890aSEmmanuel Vadot >; 372*f126890aSEmmanuel Vadot }; 373*f126890aSEmmanuel Vadot 374*f126890aSEmmanuel Vadot pinctrl_sai2_sleep: sai2grp-sleep { 375*f126890aSEmmanuel Vadot fsl,pins = < 376*f126890aSEmmanuel Vadot MX6UL_PAD_JTAG_TRST_B__GPIO1_IO15 0x3000 377*f126890aSEmmanuel Vadot MX6UL_PAD_JTAG_TCK__GPIO1_IO14 0x3000 378*f126890aSEmmanuel Vadot MX6UL_PAD_JTAG_TMS__GPIO1_IO11 0x3000 379*f126890aSEmmanuel Vadot MX6UL_PAD_JTAG_TDO__GPIO1_IO12 0x3000 380*f126890aSEmmanuel Vadot /* Interrupt */ 381*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER7__GPIO5_IO07 0x3000 382*f126890aSEmmanuel Vadot >; 383*f126890aSEmmanuel Vadot }; 384*f126890aSEmmanuel Vadot 385*f126890aSEmmanuel Vadot pinctrl_uart2_4wires: uart2grp-4wires { 386*f126890aSEmmanuel Vadot fsl,pins = < 387*f126890aSEmmanuel Vadot MX6UL_PAD_UART2_TX_DATA__UART2_DCE_TX 0x1b0b1 388*f126890aSEmmanuel Vadot MX6UL_PAD_UART2_RX_DATA__UART2_DCE_RX 0x1b0b1 389*f126890aSEmmanuel Vadot MX6UL_PAD_UART2_CTS_B__UART2_DCE_CTS 0x1b0b1 390*f126890aSEmmanuel Vadot MX6UL_PAD_UART2_RTS_B__UART2_DCE_RTS 0x1b0b1 391*f126890aSEmmanuel Vadot >; 392*f126890aSEmmanuel Vadot }; 393*f126890aSEmmanuel Vadot 394*f126890aSEmmanuel Vadot pinctrl_uart3_2wires: uart3grp-2wires { 395*f126890aSEmmanuel Vadot fsl,pins = < 396*f126890aSEmmanuel Vadot MX6UL_PAD_UART3_TX_DATA__UART3_DCE_TX 0x1b0b1 397*f126890aSEmmanuel Vadot MX6UL_PAD_UART3_RX_DATA__UART3_DCE_RX 0x1b0b1 398*f126890aSEmmanuel Vadot >; 399*f126890aSEmmanuel Vadot }; 400*f126890aSEmmanuel Vadot 401*f126890aSEmmanuel Vadot pinctrl_uart5: uart5grp { 402*f126890aSEmmanuel Vadot fsl,pins = < 403*f126890aSEmmanuel Vadot MX6UL_PAD_UART5_TX_DATA__UART5_DCE_TX 0x1b0b1 404*f126890aSEmmanuel Vadot MX6UL_PAD_UART5_RX_DATA__UART5_DCE_RX 0x1b0b1 405*f126890aSEmmanuel Vadot >; 406*f126890aSEmmanuel Vadot }; 407*f126890aSEmmanuel Vadot 408*f126890aSEmmanuel Vadot pinctrl_usdhc2: usdhc2grp { 409*f126890aSEmmanuel Vadot fsl,pins = < 410*f126890aSEmmanuel Vadot MX6UL_PAD_CSI_HSYNC__USDHC2_CMD 0x17059 411*f126890aSEmmanuel Vadot MX6UL_PAD_CSI_VSYNC__USDHC2_CLK 0x10039 412*f126890aSEmmanuel Vadot MX6UL_PAD_CSI_DATA00__USDHC2_DATA0 0x17059 413*f126890aSEmmanuel Vadot MX6UL_PAD_CSI_DATA01__USDHC2_DATA1 0x17059 414*f126890aSEmmanuel Vadot MX6UL_PAD_CSI_DATA02__USDHC2_DATA2 0x17059 415*f126890aSEmmanuel Vadot MX6UL_PAD_CSI_DATA03__USDHC2_DATA3 0x17059 416*f126890aSEmmanuel Vadot /* Mux selector between eMMC/SD# */ 417*f126890aSEmmanuel Vadot MX6UL_PAD_SNVS_TAMPER1__GPIO5_IO01 0x79 418*f126890aSEmmanuel Vadot >; 419*f126890aSEmmanuel Vadot }; 420*f126890aSEmmanuel Vadot 421*f126890aSEmmanuel Vadot pinctrl_usbotg1: usbotg1grp { 422*f126890aSEmmanuel Vadot fsl,pins = < 423*f126890aSEmmanuel Vadot MX6UL_PAD_GPIO1_IO00__ANATOP_OTG1_ID 0x17059 424*f126890aSEmmanuel Vadot MX6UL_PAD_GPIO1_IO04__GPIO1_IO04 0x17059 425*f126890aSEmmanuel Vadot MX6UL_PAD_GPIO1_IO01__USB_OTG1_OC 0x17059 426*f126890aSEmmanuel Vadot >; 427*f126890aSEmmanuel Vadot }; 428*f126890aSEmmanuel Vadot}; 429