1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2f126890aSEmmanuel Vadot/* 3f126890aSEmmanuel Vadot * Copyright 2012 Free Electrons 4f126890aSEmmanuel Vadot */ 5f126890aSEmmanuel Vadot 6f126890aSEmmanuel Vadot/* 7f126890aSEmmanuel Vadot * The CFA-10049 is an expansion board for the CFA-10036 module, thus we 8f126890aSEmmanuel Vadot * need to include the CFA-10036 DTS. 9f126890aSEmmanuel Vadot */ 10f126890aSEmmanuel Vadot#include "imx28-cfa10036.dts" 11f126890aSEmmanuel Vadot 12f126890aSEmmanuel Vadot/ { 13f126890aSEmmanuel Vadot model = "Crystalfontz CFA-10049 Board"; 14f126890aSEmmanuel Vadot compatible = "crystalfontz,cfa10049", "crystalfontz,cfa10036", "fsl,imx28"; 15f126890aSEmmanuel Vadot 16f126890aSEmmanuel Vadot i2cmux { 17f126890aSEmmanuel Vadot compatible = "i2c-mux-gpio"; 18f126890aSEmmanuel Vadot #address-cells = <1>; 19f126890aSEmmanuel Vadot #size-cells = <0>; 20f126890aSEmmanuel Vadot pinctrl-names = "default"; 21f126890aSEmmanuel Vadot pinctrl-0 = <&i2cmux_pins_cfa10049>; 22f126890aSEmmanuel Vadot mux-gpios = <&gpio1 22 0 &gpio1 23 0>; 23f126890aSEmmanuel Vadot i2c-parent = <&i2c1>; 24f126890aSEmmanuel Vadot 25f126890aSEmmanuel Vadot i2c@0 { 26f126890aSEmmanuel Vadot #address-cells = <1>; 27f126890aSEmmanuel Vadot #size-cells = <0>; 28f126890aSEmmanuel Vadot reg = <0>; 29f126890aSEmmanuel Vadot 30f126890aSEmmanuel Vadot adc0: nau7802@2a { 31f126890aSEmmanuel Vadot compatible = "nuvoton,nau7802"; 32f126890aSEmmanuel Vadot reg = <0x2a>; 33f126890aSEmmanuel Vadot nuvoton,vldo = <3000>; 34f126890aSEmmanuel Vadot }; 35f126890aSEmmanuel Vadot }; 36f126890aSEmmanuel Vadot 37f126890aSEmmanuel Vadot i2c@1 { 38f126890aSEmmanuel Vadot #address-cells = <1>; 39f126890aSEmmanuel Vadot #size-cells = <0>; 40f126890aSEmmanuel Vadot reg = <1>; 41f126890aSEmmanuel Vadot 42f126890aSEmmanuel Vadot adc1: nau7802@2a { 43f126890aSEmmanuel Vadot compatible = "nuvoton,nau7802"; 44f126890aSEmmanuel Vadot reg = <0x2a>; 45f126890aSEmmanuel Vadot nuvoton,vldo = <3000>; 46f126890aSEmmanuel Vadot }; 47f126890aSEmmanuel Vadot }; 48f126890aSEmmanuel Vadot 49f126890aSEmmanuel Vadot i2c@2 { 50f126890aSEmmanuel Vadot #address-cells = <1>; 51f126890aSEmmanuel Vadot #size-cells = <0>; 52f126890aSEmmanuel Vadot reg = <2>; 53f126890aSEmmanuel Vadot 54f126890aSEmmanuel Vadot adc2: nau7802@2a { 55f126890aSEmmanuel Vadot compatible = "nuvoton,nau7802"; 56f126890aSEmmanuel Vadot reg = <0x2a>; 57f126890aSEmmanuel Vadot nuvoton,vldo = <3000>; 58f126890aSEmmanuel Vadot }; 59f126890aSEmmanuel Vadot }; 60f126890aSEmmanuel Vadot 61f126890aSEmmanuel Vadot i2c@3 { 62f126890aSEmmanuel Vadot reg = <3>; 63f126890aSEmmanuel Vadot #address-cells = <1>; 64f126890aSEmmanuel Vadot #size-cells = <0>; 65f126890aSEmmanuel Vadot 66f126890aSEmmanuel Vadot pca9555: pca9555@20 { 67f126890aSEmmanuel Vadot compatible = "nxp,pca9555"; 68f126890aSEmmanuel Vadot pinctrl-names = "default"; 69f126890aSEmmanuel Vadot pinctrl-0 = <&pca_pins_cfa10049>; 70f126890aSEmmanuel Vadot interrupt-parent = <&gpio2>; 71f126890aSEmmanuel Vadot interrupts = <19 0x2>; 72f126890aSEmmanuel Vadot gpio-controller; 73f126890aSEmmanuel Vadot #gpio-cells = <2>; 74f126890aSEmmanuel Vadot interrupt-controller; 75f126890aSEmmanuel Vadot #interrupt-cells = <2>; 76f126890aSEmmanuel Vadot reg = <0x20>; 77f126890aSEmmanuel Vadot }; 78f126890aSEmmanuel Vadot }; 79f126890aSEmmanuel Vadot }; 80f126890aSEmmanuel Vadot 81aa1a8ff2SEmmanuel Vadot reg_usb1_vbus: regulator-0 { 82f126890aSEmmanuel Vadot compatible = "regulator-fixed"; 83f126890aSEmmanuel Vadot pinctrl-names = "default"; 84f126890aSEmmanuel Vadot pinctrl-0 = <&usb_pins_cfa10049>; 85f126890aSEmmanuel Vadot regulator-name = "usb1_vbus"; 86f126890aSEmmanuel Vadot regulator-min-microvolt = <5000000>; 87f126890aSEmmanuel Vadot regulator-max-microvolt = <5000000>; 88f126890aSEmmanuel Vadot gpio = <&gpio0 7 1>; 89f126890aSEmmanuel Vadot }; 90f126890aSEmmanuel Vadot 91f126890aSEmmanuel Vadot spi-2 { 92f126890aSEmmanuel Vadot compatible = "spi-gpio"; 93f126890aSEmmanuel Vadot pinctrl-names = "default"; 94f126890aSEmmanuel Vadot pinctrl-0 = <&spi2_pins_cfa10049>; 95f126890aSEmmanuel Vadot status = "okay"; 96f126890aSEmmanuel Vadot sck-gpios = <&gpio2 16 0>; 97f126890aSEmmanuel Vadot mosi-gpios = <&gpio2 17 0>; 98f126890aSEmmanuel Vadot miso-gpios = <&gpio2 18 0>; 99f126890aSEmmanuel Vadot cs-gpios = <&gpio3 5 0>; 100f126890aSEmmanuel Vadot num-chipselects = <1>; 101f126890aSEmmanuel Vadot #address-cells = <1>; 102f126890aSEmmanuel Vadot #size-cells = <0>; 103f126890aSEmmanuel Vadot 104f126890aSEmmanuel Vadot hx8357: hx8357@0 { 105f126890aSEmmanuel Vadot compatible = "himax,hx8357b", "himax,hx8357"; 106f126890aSEmmanuel Vadot reg = <0>; 107f126890aSEmmanuel Vadot spi-max-frequency = <100000>; 108f126890aSEmmanuel Vadot spi-cpol; 109f126890aSEmmanuel Vadot spi-cpha; 110f126890aSEmmanuel Vadot gpios-reset = <&gpio3 30 0>; 111f126890aSEmmanuel Vadot im-gpios = <&gpio5 4 0 &gpio5 5 0 &gpio5 6 0>; 112f126890aSEmmanuel Vadot }; 113f126890aSEmmanuel Vadot }; 114f126890aSEmmanuel Vadot 115f126890aSEmmanuel Vadot spi-3 { 116f126890aSEmmanuel Vadot compatible = "spi-gpio"; 117f126890aSEmmanuel Vadot pinctrl-names = "default"; 118f126890aSEmmanuel Vadot pinctrl-0 = <&spi3_pins_cfa10049>; 119f126890aSEmmanuel Vadot status = "okay"; 120f126890aSEmmanuel Vadot sck-gpios = <&gpio0 24 0>; 121f126890aSEmmanuel Vadot mosi-gpios = <&gpio0 28 0>; 122f126890aSEmmanuel Vadot cs-gpios = <&gpio0 17 0 &gpio0 26 0 &gpio0 27 0>; 123f126890aSEmmanuel Vadot num-chipselects = <3>; 124f126890aSEmmanuel Vadot #address-cells = <1>; 125f126890aSEmmanuel Vadot #size-cells = <0>; 126f126890aSEmmanuel Vadot 127f126890aSEmmanuel Vadot gpio5: gpio5@0 { 128f126890aSEmmanuel Vadot compatible = "fairchild,74hc595"; 129f126890aSEmmanuel Vadot gpio-controller; 130f126890aSEmmanuel Vadot #gpio-cells = <2>; 131f126890aSEmmanuel Vadot reg = <0>; 132f126890aSEmmanuel Vadot registers-number = <2>; 133f126890aSEmmanuel Vadot spi-max-frequency = <100000>; 134f126890aSEmmanuel Vadot }; 135f126890aSEmmanuel Vadot 136f126890aSEmmanuel Vadot gpio6: gpio6@1 { 137f126890aSEmmanuel Vadot compatible = "fairchild,74hc595"; 138f126890aSEmmanuel Vadot gpio-controller; 139f126890aSEmmanuel Vadot #gpio-cells = <2>; 140f126890aSEmmanuel Vadot reg = <1>; 141f126890aSEmmanuel Vadot registers-number = <4>; 142f126890aSEmmanuel Vadot spi-max-frequency = <100000>; 143f126890aSEmmanuel Vadot }; 144f126890aSEmmanuel Vadot 145f126890aSEmmanuel Vadot dac0: dh2228@2 { 146f126890aSEmmanuel Vadot compatible = "rohm,dh2228fv"; 147f126890aSEmmanuel Vadot reg = <2>; 148f126890aSEmmanuel Vadot spi-max-frequency = <100000>; 149f126890aSEmmanuel Vadot }; 150f126890aSEmmanuel Vadot }; 151f126890aSEmmanuel Vadot 152f126890aSEmmanuel Vadot gpio-keys { 153f126890aSEmmanuel Vadot compatible = "gpio-keys"; 154f126890aSEmmanuel Vadot pinctrl-names = "default"; 155f126890aSEmmanuel Vadot pinctrl-0 = <&rotary_btn_pins_cfa10049>; 156f126890aSEmmanuel Vadot 157f126890aSEmmanuel Vadot rotary-button { 158f126890aSEmmanuel Vadot label = "rotary_button"; 159f126890aSEmmanuel Vadot gpios = <&gpio3 26 1>; 160f126890aSEmmanuel Vadot debounce-interval = <10>; 161f126890aSEmmanuel Vadot linux,code = <28>; 162f126890aSEmmanuel Vadot }; 163f126890aSEmmanuel Vadot }; 164f126890aSEmmanuel Vadot 165f126890aSEmmanuel Vadot rotary { 166f126890aSEmmanuel Vadot compatible = "rotary-encoder"; 167f126890aSEmmanuel Vadot pinctrl-names = "default"; 168f126890aSEmmanuel Vadot pinctrl-0 = <&rotary_pins_cfa10049>; 169f126890aSEmmanuel Vadot gpios = <&gpio3 24 1>, <&gpio3 25 1>; 170f126890aSEmmanuel Vadot linux,axis = <1>; /* REL_Y */ 171f126890aSEmmanuel Vadot rotary-encoder,relative-axis; 172f126890aSEmmanuel Vadot }; 173f126890aSEmmanuel Vadot 174f126890aSEmmanuel Vadot backlight { 175f126890aSEmmanuel Vadot compatible = "pwm-backlight"; 176*84943d6fSEmmanuel Vadot pwms = <&pwm 3 5000000 0>; 177f126890aSEmmanuel Vadot brightness-levels = <0 4 8 16 32 64 128 255>; 178f126890aSEmmanuel Vadot default-brightness-level = <6>; 179f126890aSEmmanuel Vadot 180f126890aSEmmanuel Vadot }; 181f126890aSEmmanuel Vadot 182f126890aSEmmanuel Vadot onewire { 183f126890aSEmmanuel Vadot compatible = "w1-gpio"; 184f126890aSEmmanuel Vadot pinctrl-names = "default"; 185f126890aSEmmanuel Vadot pinctrl-0 = <&w1_gpio_pins>; 186f126890aSEmmanuel Vadot status = "okay"; 187f126890aSEmmanuel Vadot gpios = <&gpio1 21 0>; 188f126890aSEmmanuel Vadot }; 189f126890aSEmmanuel Vadot}; 190f126890aSEmmanuel Vadot 191f126890aSEmmanuel Vadot&i2c1 { 192f126890aSEmmanuel Vadot pinctrl-names = "default"; 193f126890aSEmmanuel Vadot pinctrl-0 = <&i2c1_pins_a>; 194f126890aSEmmanuel Vadot status = "okay"; 195f126890aSEmmanuel Vadot}; 196f126890aSEmmanuel Vadot 197f126890aSEmmanuel Vadot&lcdif { 198f126890aSEmmanuel Vadot pinctrl-names = "default"; 199f126890aSEmmanuel Vadot pinctrl-0 = <&lcdif_18bit_pins_cfa10049 200f126890aSEmmanuel Vadot &lcdif_pins_cfa10049 201f126890aSEmmanuel Vadot &lcdif_pins_cfa10049_pullup>; 202f126890aSEmmanuel Vadot display = <&display0>; 203f126890aSEmmanuel Vadot status = "okay"; 204f126890aSEmmanuel Vadot 205f126890aSEmmanuel Vadot display0: display0 { 206f126890aSEmmanuel Vadot bits-per-pixel = <32>; 207f126890aSEmmanuel Vadot bus-width = <18>; 208f126890aSEmmanuel Vadot 209f126890aSEmmanuel Vadot display-timings { 210f126890aSEmmanuel Vadot native-mode = <&timing0>; 211f126890aSEmmanuel Vadot timing0: timing0 { 212f126890aSEmmanuel Vadot clock-frequency = <9216000>; 213f126890aSEmmanuel Vadot hactive = <320>; 214f126890aSEmmanuel Vadot vactive = <480>; 215f126890aSEmmanuel Vadot hback-porch = <2>; 216f126890aSEmmanuel Vadot hfront-porch = <2>; 217f126890aSEmmanuel Vadot vback-porch = <2>; 218f126890aSEmmanuel Vadot vfront-porch = <2>; 219f126890aSEmmanuel Vadot hsync-len = <15>; 220f126890aSEmmanuel Vadot vsync-len = <15>; 221f126890aSEmmanuel Vadot hsync-active = <0>; 222f126890aSEmmanuel Vadot vsync-active = <0>; 223f126890aSEmmanuel Vadot de-active = <1>; 224f126890aSEmmanuel Vadot pixelclk-active = <1>; 225f126890aSEmmanuel Vadot }; 226f126890aSEmmanuel Vadot }; 227f126890aSEmmanuel Vadot }; 228f126890aSEmmanuel Vadot}; 229f126890aSEmmanuel Vadot 230f126890aSEmmanuel Vadot&lradc { 231f126890aSEmmanuel Vadot fsl,lradc-touchscreen-wires = <4>; 232f126890aSEmmanuel Vadot status = "okay"; 233f126890aSEmmanuel Vadot}; 234f126890aSEmmanuel Vadot 235f126890aSEmmanuel Vadot&mac0 { 236f126890aSEmmanuel Vadot phy-mode = "rmii"; 237f126890aSEmmanuel Vadot pinctrl-names = "default"; 238f126890aSEmmanuel Vadot pinctrl-0 = <&mac0_pins_a 239f126890aSEmmanuel Vadot &mac0_pins_cfa10049>; 240f126890aSEmmanuel Vadot phy-reset-gpios = <&gpio2 21 GPIO_ACTIVE_LOW>; 241f126890aSEmmanuel Vadot phy-reset-duration = <100>; 242f126890aSEmmanuel Vadot status = "okay"; 243f126890aSEmmanuel Vadot}; 244f126890aSEmmanuel Vadot 245f126890aSEmmanuel Vadot&pinctrl { 246f126890aSEmmanuel Vadot usb_pins_cfa10049: usb-10049@0 { 247f126890aSEmmanuel Vadot reg = <0>; 248f126890aSEmmanuel Vadot fsl,pinmux-ids = < 249f126890aSEmmanuel Vadot MX28_PAD_GPMI_D07__GPIO_0_7 250f126890aSEmmanuel Vadot >; 251f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_4mA>; 252f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 253f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_DISABLE>; 254f126890aSEmmanuel Vadot }; 255f126890aSEmmanuel Vadot 256f126890aSEmmanuel Vadot i2cmux_pins_cfa10049: i2cmux-10049@0 { 257f126890aSEmmanuel Vadot reg = <0>; 258f126890aSEmmanuel Vadot fsl,pinmux-ids = < 259f126890aSEmmanuel Vadot MX28_PAD_LCD_D22__GPIO_1_22 260f126890aSEmmanuel Vadot MX28_PAD_LCD_D23__GPIO_1_23 261f126890aSEmmanuel Vadot >; 262f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_4mA>; 263f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 264f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_DISABLE>; 265f126890aSEmmanuel Vadot }; 266f126890aSEmmanuel Vadot 267f126890aSEmmanuel Vadot mac0_pins_cfa10049: mac0-10049@0 { 268f126890aSEmmanuel Vadot reg = <0>; 269f126890aSEmmanuel Vadot fsl,pinmux-ids = < 270f126890aSEmmanuel Vadot MX28_PAD_SSP2_SS2__GPIO_2_21 271f126890aSEmmanuel Vadot >; 272f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_4mA>; 273f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 274f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_DISABLE>; 275f126890aSEmmanuel Vadot }; 276f126890aSEmmanuel Vadot 277f126890aSEmmanuel Vadot pca_pins_cfa10049: pca-10049@0 { 278f126890aSEmmanuel Vadot reg = <0>; 279f126890aSEmmanuel Vadot fsl,pinmux-ids = < 280f126890aSEmmanuel Vadot MX28_PAD_SSP2_SS0__GPIO_2_19 281f126890aSEmmanuel Vadot >; 282f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_4mA>; 283f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 284f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_ENABLE>; 285f126890aSEmmanuel Vadot }; 286f126890aSEmmanuel Vadot 287f126890aSEmmanuel Vadot rotary_pins_cfa10049: rotary-10049@0 { 288f126890aSEmmanuel Vadot reg = <0>; 289f126890aSEmmanuel Vadot fsl,pinmux-ids = < 290f126890aSEmmanuel Vadot MX28_PAD_I2C0_SCL__GPIO_3_24 291f126890aSEmmanuel Vadot MX28_PAD_I2C0_SDA__GPIO_3_25 292f126890aSEmmanuel Vadot >; 293f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_4mA>; 294f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 295f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_ENABLE>; 296f126890aSEmmanuel Vadot }; 297f126890aSEmmanuel Vadot 298f126890aSEmmanuel Vadot rotary_btn_pins_cfa10049: rotary-btn-10049@0 { 299f126890aSEmmanuel Vadot reg = <0>; 300f126890aSEmmanuel Vadot fsl,pinmux-ids = < 301f126890aSEmmanuel Vadot MX28_PAD_SAIF1_SDATA0__GPIO_3_26 302f126890aSEmmanuel Vadot >; 303f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_4mA>; 304f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 305f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_ENABLE>; 306f126890aSEmmanuel Vadot }; 307f126890aSEmmanuel Vadot 308f126890aSEmmanuel Vadot spi2_pins_cfa10049: spi2-cfa10049@0 { 309f126890aSEmmanuel Vadot reg = <0>; 310f126890aSEmmanuel Vadot fsl,pinmux-ids = < 311f126890aSEmmanuel Vadot MX28_PAD_SSP2_SCK__GPIO_2_16 312f126890aSEmmanuel Vadot MX28_PAD_SSP2_MOSI__GPIO_2_17 313f126890aSEmmanuel Vadot MX28_PAD_SSP2_MISO__GPIO_2_18 314f126890aSEmmanuel Vadot MX28_PAD_AUART1_TX__GPIO_3_5 315f126890aSEmmanuel Vadot >; 316f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_8mA>; 317f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 318f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_ENABLE>; 319f126890aSEmmanuel Vadot }; 320f126890aSEmmanuel Vadot 321f126890aSEmmanuel Vadot spi3_pins_cfa10049: spi3-cfa10049@0 { 322f126890aSEmmanuel Vadot reg = <0>; 323f126890aSEmmanuel Vadot fsl,pinmux-ids = < 324f126890aSEmmanuel Vadot MX28_PAD_GPMI_RDN__GPIO_0_24 325f126890aSEmmanuel Vadot MX28_PAD_GPMI_RESETN__GPIO_0_28 326f126890aSEmmanuel Vadot MX28_PAD_GPMI_CE1N__GPIO_0_17 327f126890aSEmmanuel Vadot MX28_PAD_GPMI_ALE__GPIO_0_26 328f126890aSEmmanuel Vadot MX28_PAD_GPMI_CLE__GPIO_0_27 329f126890aSEmmanuel Vadot >; 330f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_8mA>; 331f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 332f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_ENABLE>; 333f126890aSEmmanuel Vadot }; 334f126890aSEmmanuel Vadot 335f126890aSEmmanuel Vadot lcdif_18bit_pins_cfa10049: lcdif-18bit@0 { 336f126890aSEmmanuel Vadot reg = <0>; 337f126890aSEmmanuel Vadot fsl,pinmux-ids = < 338f126890aSEmmanuel Vadot MX28_PAD_LCD_D00__LCD_D0 339f126890aSEmmanuel Vadot MX28_PAD_LCD_D01__LCD_D1 340f126890aSEmmanuel Vadot MX28_PAD_LCD_D02__LCD_D2 341f126890aSEmmanuel Vadot MX28_PAD_LCD_D03__LCD_D3 342f126890aSEmmanuel Vadot MX28_PAD_LCD_D04__LCD_D4 343f126890aSEmmanuel Vadot MX28_PAD_LCD_D05__LCD_D5 344f126890aSEmmanuel Vadot MX28_PAD_LCD_D06__LCD_D6 345f126890aSEmmanuel Vadot MX28_PAD_LCD_D07__LCD_D7 346f126890aSEmmanuel Vadot MX28_PAD_LCD_D08__LCD_D8 347f126890aSEmmanuel Vadot MX28_PAD_LCD_D09__LCD_D9 348f126890aSEmmanuel Vadot MX28_PAD_LCD_D10__LCD_D10 349f126890aSEmmanuel Vadot MX28_PAD_LCD_D11__LCD_D11 350f126890aSEmmanuel Vadot MX28_PAD_LCD_D12__LCD_D12 351f126890aSEmmanuel Vadot MX28_PAD_LCD_D13__LCD_D13 352f126890aSEmmanuel Vadot MX28_PAD_LCD_D14__LCD_D14 353f126890aSEmmanuel Vadot MX28_PAD_LCD_D15__LCD_D15 354f126890aSEmmanuel Vadot MX28_PAD_LCD_D16__LCD_D16 355f126890aSEmmanuel Vadot MX28_PAD_LCD_D17__LCD_D17 356f126890aSEmmanuel Vadot >; 357f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_4mA>; 358f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 359f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_DISABLE>; 360f126890aSEmmanuel Vadot }; 361f126890aSEmmanuel Vadot 362f126890aSEmmanuel Vadot lcdif_pins_cfa10049: lcdif-evk@0 { 363f126890aSEmmanuel Vadot reg = <0>; 364f126890aSEmmanuel Vadot fsl,pinmux-ids = < 365f126890aSEmmanuel Vadot MX28_PAD_LCD_RD_E__LCD_VSYNC 366f126890aSEmmanuel Vadot MX28_PAD_LCD_WR_RWN__LCD_HSYNC 367f126890aSEmmanuel Vadot MX28_PAD_LCD_RS__LCD_DOTCLK 368f126890aSEmmanuel Vadot MX28_PAD_LCD_CS__LCD_ENABLE 369f126890aSEmmanuel Vadot >; 370f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_4mA>; 371f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 372f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_DISABLE>; 373f126890aSEmmanuel Vadot }; 374f126890aSEmmanuel Vadot 375f126890aSEmmanuel Vadot lcdif_pins_cfa10049_pullup: lcdif-10049-pullup@0 { 376f126890aSEmmanuel Vadot reg = <0>; 377f126890aSEmmanuel Vadot fsl,pinmux-ids = < 378f126890aSEmmanuel Vadot MX28_PAD_LCD_RESET__GPIO_3_30 379f126890aSEmmanuel Vadot >; 380f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_4mA>; 381f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 382f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_ENABLE>; 383f126890aSEmmanuel Vadot }; 384f126890aSEmmanuel Vadot 385f126890aSEmmanuel Vadot w1_gpio_pins: w1-gpio@0 { 386f126890aSEmmanuel Vadot reg = <0>; 387f126890aSEmmanuel Vadot fsl,pinmux-ids = < 388f126890aSEmmanuel Vadot MX28_PAD_LCD_D21__GPIO_1_21 389f126890aSEmmanuel Vadot >; 390f126890aSEmmanuel Vadot fsl,drive-strength = <MXS_DRIVE_8mA>; 391f126890aSEmmanuel Vadot fsl,voltage = <MXS_VOLTAGE_HIGH>; 392f126890aSEmmanuel Vadot fsl,pull-up = <MXS_PULL_DISABLE>; /* 0 will enable the keeper */ 393f126890aSEmmanuel Vadot }; 394f126890aSEmmanuel Vadot}; 395f126890aSEmmanuel Vadot 396f126890aSEmmanuel Vadot&pwm { 397f126890aSEmmanuel Vadot pinctrl-names = "default"; 398f126890aSEmmanuel Vadot pinctrl-0 = <&pwm3_pins_b>; 399f126890aSEmmanuel Vadot status = "okay"; 400f126890aSEmmanuel Vadot}; 401f126890aSEmmanuel Vadot 402f126890aSEmmanuel Vadot&usb1 { 403f126890aSEmmanuel Vadot vbus-supply = <®_usb1_vbus>; 404f126890aSEmmanuel Vadot pinctrl-0 = <&usb1_pins_a>; 405f126890aSEmmanuel Vadot pinctrl-names = "default"; 406f126890aSEmmanuel Vadot status = "okay"; 407f126890aSEmmanuel Vadot}; 408f126890aSEmmanuel Vadot 409f126890aSEmmanuel Vadot&usbphy1 { 410f126890aSEmmanuel Vadot status = "okay"; 411f126890aSEmmanuel Vadot}; 412