18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: (GPL-2.0+ OR MIT) 28c2ecf20Sopenharmony_ci// 38c2ecf20Sopenharmony_ci// Copyright 2017 NXP 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci/dts-v1/; 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#include "imx7d.dtsi" 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci/ { 108c2ecf20Sopenharmony_ci backlight: backlight { 118c2ecf20Sopenharmony_ci compatible = "pwm-backlight"; 128c2ecf20Sopenharmony_ci pwms = <&pwm4 0 50000 0>; 138c2ecf20Sopenharmony_ci brightness-levels = <0 36 72 108 144 180 216 255>; 148c2ecf20Sopenharmony_ci default-brightness-level = <6>; 158c2ecf20Sopenharmony_ci }; 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci /* Will be filled by the bootloader */ 188c2ecf20Sopenharmony_ci memory@80000000 { 198c2ecf20Sopenharmony_ci device_type = "memory"; 208c2ecf20Sopenharmony_ci reg = <0x80000000 0>; 218c2ecf20Sopenharmony_ci }; 228c2ecf20Sopenharmony_ci 238c2ecf20Sopenharmony_ci panel { 248c2ecf20Sopenharmony_ci compatible = "vxt,vl050-8048nt-c01"; 258c2ecf20Sopenharmony_ci backlight = <&backlight>; 268c2ecf20Sopenharmony_ci power-supply = <®_lcd_3v3>; 278c2ecf20Sopenharmony_ci 288c2ecf20Sopenharmony_ci port { 298c2ecf20Sopenharmony_ci panel_in: endpoint { 308c2ecf20Sopenharmony_ci remote-endpoint = <&display_out>; 318c2ecf20Sopenharmony_ci }; 328c2ecf20Sopenharmony_ci }; 338c2ecf20Sopenharmony_ci }; 348c2ecf20Sopenharmony_ci 358c2ecf20Sopenharmony_ci reg_lcd_3v3: regulator-lcd-3v3 { 368c2ecf20Sopenharmony_ci compatible = "regulator-fixed"; 378c2ecf20Sopenharmony_ci pinctrl-names = "default"; 388c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_reg_lcdreg_on>; 398c2ecf20Sopenharmony_ci regulator-name = "lcd-3v3"; 408c2ecf20Sopenharmony_ci regulator-min-microvolt = <3300000>; 418c2ecf20Sopenharmony_ci regulator-max-microvolt = <3300000>; 428c2ecf20Sopenharmony_ci gpio = <&gpio1 6 GPIO_ACTIVE_HIGH>; 438c2ecf20Sopenharmony_ci enable-active-high; 448c2ecf20Sopenharmony_ci }; 458c2ecf20Sopenharmony_ci 468c2ecf20Sopenharmony_ci reg_wlreg_on: regulator-wlreg_on { 478c2ecf20Sopenharmony_ci compatible = "regulator-fixed"; 488c2ecf20Sopenharmony_ci pinctrl-names = "default"; 498c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_reg_wlreg_on>; 508c2ecf20Sopenharmony_ci regulator-name = "wlreg_on"; 518c2ecf20Sopenharmony_ci regulator-min-microvolt = <3300000>; 528c2ecf20Sopenharmony_ci regulator-max-microvolt = <3300000>; 538c2ecf20Sopenharmony_ci gpio = <&gpio4 16 GPIO_ACTIVE_HIGH>; 548c2ecf20Sopenharmony_ci enable-active-high; 558c2ecf20Sopenharmony_ci }; 568c2ecf20Sopenharmony_ci 578c2ecf20Sopenharmony_ci reg_2p5v: regulator-2p5v { 588c2ecf20Sopenharmony_ci compatible = "regulator-fixed"; 598c2ecf20Sopenharmony_ci regulator-name = "2P5V"; 608c2ecf20Sopenharmony_ci regulator-min-microvolt = <2500000>; 618c2ecf20Sopenharmony_ci regulator-max-microvolt = <2500000>; 628c2ecf20Sopenharmony_ci regulator-always-on; 638c2ecf20Sopenharmony_ci }; 648c2ecf20Sopenharmony_ci 658c2ecf20Sopenharmony_ci reg_3p3v: regulator-3p3v { 668c2ecf20Sopenharmony_ci compatible = "regulator-fixed"; 678c2ecf20Sopenharmony_ci regulator-name = "3P3V"; 688c2ecf20Sopenharmony_ci regulator-min-microvolt = <3300000>; 698c2ecf20Sopenharmony_ci regulator-max-microvolt = <3300000>; 708c2ecf20Sopenharmony_ci regulator-always-on; 718c2ecf20Sopenharmony_ci }; 728c2ecf20Sopenharmony_ci 738c2ecf20Sopenharmony_ci reg_usb_otg1_vbus: regulator-usb-otg1-vbus { 748c2ecf20Sopenharmony_ci pinctrl-names = "default"; 758c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_usbotg1_pwr>; 768c2ecf20Sopenharmony_ci compatible = "regulator-fixed"; 778c2ecf20Sopenharmony_ci regulator-name = "usb_otg1_vbus"; 788c2ecf20Sopenharmony_ci regulator-min-microvolt = <5000000>; 798c2ecf20Sopenharmony_ci regulator-max-microvolt = <5000000>; 808c2ecf20Sopenharmony_ci gpio = <&gpio4 5 GPIO_ACTIVE_LOW>; 818c2ecf20Sopenharmony_ci }; 828c2ecf20Sopenharmony_ci 838c2ecf20Sopenharmony_ci reg_usb_otg2_vbus: regulator-usb-otg2-vbus { 848c2ecf20Sopenharmony_ci compatible = "regulator-fixed"; 858c2ecf20Sopenharmony_ci regulator-name = "usb_otg2_vbus"; 868c2ecf20Sopenharmony_ci regulator-min-microvolt = <5000000>; 878c2ecf20Sopenharmony_ci regulator-max-microvolt = <5000000>; 888c2ecf20Sopenharmony_ci }; 898c2ecf20Sopenharmony_ci 908c2ecf20Sopenharmony_ci reg_vref_1v8: regulator-vref-1v8 { 918c2ecf20Sopenharmony_ci compatible = "regulator-fixed"; 928c2ecf20Sopenharmony_ci regulator-name = "vref-1v8"; 938c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 948c2ecf20Sopenharmony_ci regulator-max-microvolt = <1800000>; 958c2ecf20Sopenharmony_ci }; 968c2ecf20Sopenharmony_ci 978c2ecf20Sopenharmony_ci usdhc2_pwrseq: usdhc2_pwrseq { 988c2ecf20Sopenharmony_ci compatible = "mmc-pwrseq-simple"; 998c2ecf20Sopenharmony_ci clocks = <&clks IMX7D_CLKO2_ROOT_DIV>; 1008c2ecf20Sopenharmony_ci clock-names = "ext_clock"; 1018c2ecf20Sopenharmony_ci }; 1028c2ecf20Sopenharmony_ci}; 1038c2ecf20Sopenharmony_ci 1048c2ecf20Sopenharmony_ci&clks { 1058c2ecf20Sopenharmony_ci assigned-clocks = <&clks IMX7D_CLKO2_ROOT_SRC>, 1068c2ecf20Sopenharmony_ci <&clks IMX7D_CLKO2_ROOT_DIV>; 1078c2ecf20Sopenharmony_ci assigned-clock-parents = <&clks IMX7D_CKIL>; 1088c2ecf20Sopenharmony_ci assigned-clock-rates = <0>, <32768>; 1098c2ecf20Sopenharmony_ci}; 1108c2ecf20Sopenharmony_ci 1118c2ecf20Sopenharmony_ci&ecspi3 { 1128c2ecf20Sopenharmony_ci cs-gpios = <&gpio4 11 GPIO_ACTIVE_LOW>; 1138c2ecf20Sopenharmony_ci pinctrl-names = "default"; 1148c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_ecspi3>; 1158c2ecf20Sopenharmony_ci status = "okay"; 1168c2ecf20Sopenharmony_ci}; 1178c2ecf20Sopenharmony_ci 1188c2ecf20Sopenharmony_ci&fec1 { 1198c2ecf20Sopenharmony_ci pinctrl-names = "default"; 1208c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_enet1>; 1218c2ecf20Sopenharmony_ci assigned-clocks = <&clks IMX7D_ENET1_TIME_ROOT_SRC>, 1228c2ecf20Sopenharmony_ci <&clks IMX7D_ENET1_TIME_ROOT_CLK>; 1238c2ecf20Sopenharmony_ci assigned-clock-parents = <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>; 1248c2ecf20Sopenharmony_ci assigned-clock-rates = <0>, <100000000>; 1258c2ecf20Sopenharmony_ci phy-mode = "rgmii-id"; 1268c2ecf20Sopenharmony_ci phy-handle = <ðphy0>; 1278c2ecf20Sopenharmony_ci fsl,magic-packet; 1288c2ecf20Sopenharmony_ci phy-reset-gpios = <&gpio6 11 GPIO_ACTIVE_LOW>; 1298c2ecf20Sopenharmony_ci status = "okay"; 1308c2ecf20Sopenharmony_ci 1318c2ecf20Sopenharmony_ci mdio { 1328c2ecf20Sopenharmony_ci #address-cells = <1>; 1338c2ecf20Sopenharmony_ci #size-cells = <0>; 1348c2ecf20Sopenharmony_ci 1358c2ecf20Sopenharmony_ci ethphy0: ethernet-phy@1 { 1368c2ecf20Sopenharmony_ci compatible = "ethernet-phy-ieee802.3-c22"; 1378c2ecf20Sopenharmony_ci reg = <1>; 1388c2ecf20Sopenharmony_ci status = "okay"; 1398c2ecf20Sopenharmony_ci }; 1408c2ecf20Sopenharmony_ci }; 1418c2ecf20Sopenharmony_ci}; 1428c2ecf20Sopenharmony_ci 1438c2ecf20Sopenharmony_ci&flexcan1 { 1448c2ecf20Sopenharmony_ci pinctrl-names = "default"; 1458c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_can1>; 1468c2ecf20Sopenharmony_ci status = "okay"; 1478c2ecf20Sopenharmony_ci}; 1488c2ecf20Sopenharmony_ci 1498c2ecf20Sopenharmony_ci&flexcan2 { 1508c2ecf20Sopenharmony_ci pinctrl-names = "default"; 1518c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_can2>; 1528c2ecf20Sopenharmony_ci status = "okay"; 1538c2ecf20Sopenharmony_ci}; 1548c2ecf20Sopenharmony_ci 1558c2ecf20Sopenharmony_ci&i2c1 { 1568c2ecf20Sopenharmony_ci clock-frequency = <100000>; 1578c2ecf20Sopenharmony_ci pinctrl-names = "default"; 1588c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_i2c1>; 1598c2ecf20Sopenharmony_ci status = "okay"; 1608c2ecf20Sopenharmony_ci}; 1618c2ecf20Sopenharmony_ci 1628c2ecf20Sopenharmony_ci&i2c2 { 1638c2ecf20Sopenharmony_ci pinctrl-names = "default"; 1648c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_i2c2>; 1658c2ecf20Sopenharmony_ci status = "okay"; 1668c2ecf20Sopenharmony_ci}; 1678c2ecf20Sopenharmony_ci 1688c2ecf20Sopenharmony_ci&i2c4 { 1698c2ecf20Sopenharmony_ci pinctrl-names = "default"; 1708c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_i2c4>; 1718c2ecf20Sopenharmony_ci status = "okay"; 1728c2ecf20Sopenharmony_ci 1738c2ecf20Sopenharmony_ci pmic: pfuze3000@8 { 1748c2ecf20Sopenharmony_ci compatible = "fsl,pfuze3000"; 1758c2ecf20Sopenharmony_ci reg = <0x08>; 1768c2ecf20Sopenharmony_ci 1778c2ecf20Sopenharmony_ci regulators { 1788c2ecf20Sopenharmony_ci sw1a_reg: sw1a { 1798c2ecf20Sopenharmony_ci regulator-min-microvolt = <700000>; 1808c2ecf20Sopenharmony_ci regulator-max-microvolt = <3300000>; 1818c2ecf20Sopenharmony_ci regulator-boot-on; 1828c2ecf20Sopenharmony_ci regulator-always-on; 1838c2ecf20Sopenharmony_ci regulator-ramp-delay = <6250>; 1848c2ecf20Sopenharmony_ci }; 1858c2ecf20Sopenharmony_ci /* use sw1c_reg to align with pfuze100/pfuze200 */ 1868c2ecf20Sopenharmony_ci sw1c_reg: sw1b { 1878c2ecf20Sopenharmony_ci regulator-min-microvolt = <700000>; 1888c2ecf20Sopenharmony_ci regulator-max-microvolt = <1475000>; 1898c2ecf20Sopenharmony_ci regulator-boot-on; 1908c2ecf20Sopenharmony_ci regulator-always-on; 1918c2ecf20Sopenharmony_ci regulator-ramp-delay = <6250>; 1928c2ecf20Sopenharmony_ci }; 1938c2ecf20Sopenharmony_ci 1948c2ecf20Sopenharmony_ci sw2_reg: sw2 { 1958c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 1968c2ecf20Sopenharmony_ci regulator-max-microvolt = <1850000>; 1978c2ecf20Sopenharmony_ci regulator-boot-on; 1988c2ecf20Sopenharmony_ci regulator-always-on; 1998c2ecf20Sopenharmony_ci }; 2008c2ecf20Sopenharmony_ci 2018c2ecf20Sopenharmony_ci sw3a_reg: sw3 { 2028c2ecf20Sopenharmony_ci regulator-min-microvolt = <900000>; 2038c2ecf20Sopenharmony_ci regulator-max-microvolt = <1650000>; 2048c2ecf20Sopenharmony_ci regulator-boot-on; 2058c2ecf20Sopenharmony_ci regulator-always-on; 2068c2ecf20Sopenharmony_ci }; 2078c2ecf20Sopenharmony_ci 2088c2ecf20Sopenharmony_ci swbst_reg: swbst { 2098c2ecf20Sopenharmony_ci regulator-min-microvolt = <5000000>; 2108c2ecf20Sopenharmony_ci regulator-max-microvolt = <5150000>; 2118c2ecf20Sopenharmony_ci }; 2128c2ecf20Sopenharmony_ci 2138c2ecf20Sopenharmony_ci snvs_reg: vsnvs { 2148c2ecf20Sopenharmony_ci regulator-min-microvolt = <1000000>; 2158c2ecf20Sopenharmony_ci regulator-max-microvolt = <3000000>; 2168c2ecf20Sopenharmony_ci regulator-boot-on; 2178c2ecf20Sopenharmony_ci regulator-always-on; 2188c2ecf20Sopenharmony_ci }; 2198c2ecf20Sopenharmony_ci 2208c2ecf20Sopenharmony_ci vref_reg: vrefddr { 2218c2ecf20Sopenharmony_ci regulator-boot-on; 2228c2ecf20Sopenharmony_ci regulator-always-on; 2238c2ecf20Sopenharmony_ci }; 2248c2ecf20Sopenharmony_ci 2258c2ecf20Sopenharmony_ci vgen1_reg: vldo1 { 2268c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 2278c2ecf20Sopenharmony_ci regulator-max-microvolt = <3300000>; 2288c2ecf20Sopenharmony_ci regulator-always-on; 2298c2ecf20Sopenharmony_ci }; 2308c2ecf20Sopenharmony_ci 2318c2ecf20Sopenharmony_ci vgen2_reg: vldo2 { 2328c2ecf20Sopenharmony_ci regulator-min-microvolt = <800000>; 2338c2ecf20Sopenharmony_ci regulator-max-microvolt = <1550000>; 2348c2ecf20Sopenharmony_ci }; 2358c2ecf20Sopenharmony_ci 2368c2ecf20Sopenharmony_ci vgen3_reg: vccsd { 2378c2ecf20Sopenharmony_ci regulator-min-microvolt = <2850000>; 2388c2ecf20Sopenharmony_ci regulator-max-microvolt = <3300000>; 2398c2ecf20Sopenharmony_ci regulator-always-on; 2408c2ecf20Sopenharmony_ci }; 2418c2ecf20Sopenharmony_ci 2428c2ecf20Sopenharmony_ci vgen4_reg: v33 { 2438c2ecf20Sopenharmony_ci regulator-min-microvolt = <2850000>; 2448c2ecf20Sopenharmony_ci regulator-max-microvolt = <3300000>; 2458c2ecf20Sopenharmony_ci regulator-always-on; 2468c2ecf20Sopenharmony_ci }; 2478c2ecf20Sopenharmony_ci 2488c2ecf20Sopenharmony_ci vgen5_reg: vldo3 { 2498c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 2508c2ecf20Sopenharmony_ci regulator-max-microvolt = <3300000>; 2518c2ecf20Sopenharmony_ci regulator-always-on; 2528c2ecf20Sopenharmony_ci }; 2538c2ecf20Sopenharmony_ci 2548c2ecf20Sopenharmony_ci vgen6_reg: vldo4 { 2558c2ecf20Sopenharmony_ci regulator-min-microvolt = <1800000>; 2568c2ecf20Sopenharmony_ci regulator-max-microvolt = <3300000>; 2578c2ecf20Sopenharmony_ci regulator-always-on; 2588c2ecf20Sopenharmony_ci }; 2598c2ecf20Sopenharmony_ci }; 2608c2ecf20Sopenharmony_ci }; 2618c2ecf20Sopenharmony_ci}; 2628c2ecf20Sopenharmony_ci 2638c2ecf20Sopenharmony_ci&lcdif { 2648c2ecf20Sopenharmony_ci pinctrl-names = "default"; 2658c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_lcdif>; 2668c2ecf20Sopenharmony_ci status = "okay"; 2678c2ecf20Sopenharmony_ci 2688c2ecf20Sopenharmony_ci port { 2698c2ecf20Sopenharmony_ci display_out: endpoint { 2708c2ecf20Sopenharmony_ci remote-endpoint = <&panel_in>; 2718c2ecf20Sopenharmony_ci }; 2728c2ecf20Sopenharmony_ci }; 2738c2ecf20Sopenharmony_ci}; 2748c2ecf20Sopenharmony_ci 2758c2ecf20Sopenharmony_ci&sai1 { 2768c2ecf20Sopenharmony_ci pinctrl-names = "default"; 2778c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_sai1>; 2788c2ecf20Sopenharmony_ci assigned-clocks = <&clks IMX7D_SAI1_ROOT_SRC>, 2798c2ecf20Sopenharmony_ci <&clks IMX7D_SAI1_ROOT_CLK>; 2808c2ecf20Sopenharmony_ci assigned-clock-parents = <&clks IMX7D_PLL_AUDIO_POST_DIV>; 2818c2ecf20Sopenharmony_ci assigned-clock-rates = <0>, <24576000>; 2828c2ecf20Sopenharmony_ci status = "okay"; 2838c2ecf20Sopenharmony_ci}; 2848c2ecf20Sopenharmony_ci 2858c2ecf20Sopenharmony_ci 2868c2ecf20Sopenharmony_ci&pwm1 { 2878c2ecf20Sopenharmony_ci pinctrl-names = "default"; 2888c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_pwm1>; 2898c2ecf20Sopenharmony_ci status = "okay"; 2908c2ecf20Sopenharmony_ci}; 2918c2ecf20Sopenharmony_ci 2928c2ecf20Sopenharmony_ci&pwm2 { 2938c2ecf20Sopenharmony_ci pinctrl-names = "default"; 2948c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_pwm2>; 2958c2ecf20Sopenharmony_ci status = "okay"; 2968c2ecf20Sopenharmony_ci}; 2978c2ecf20Sopenharmony_ci 2988c2ecf20Sopenharmony_ci&pwm3 { 2998c2ecf20Sopenharmony_ci pinctrl-names = "default"; 3008c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_pwm3>; 3018c2ecf20Sopenharmony_ci status = "okay"; 3028c2ecf20Sopenharmony_ci}; 3038c2ecf20Sopenharmony_ci 3048c2ecf20Sopenharmony_ci&pwm4 { /* Backlight */ 3058c2ecf20Sopenharmony_ci pinctrl-names = "default"; 3068c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_pwm4>; 3078c2ecf20Sopenharmony_ci status = "okay"; 3088c2ecf20Sopenharmony_ci}; 3098c2ecf20Sopenharmony_ci 3108c2ecf20Sopenharmony_ci&uart5 { 3118c2ecf20Sopenharmony_ci pinctrl-names = "default"; 3128c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_uart5>; 3138c2ecf20Sopenharmony_ci assigned-clocks = <&clks IMX7D_UART5_ROOT_SRC>; 3148c2ecf20Sopenharmony_ci assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>; 3158c2ecf20Sopenharmony_ci status = "okay"; 3168c2ecf20Sopenharmony_ci}; 3178c2ecf20Sopenharmony_ci 3188c2ecf20Sopenharmony_ci&uart6 { 3198c2ecf20Sopenharmony_ci pinctrl-names = "default"; 3208c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_uart6>; 3218c2ecf20Sopenharmony_ci assigned-clocks = <&clks IMX7D_UART6_ROOT_SRC>; 3228c2ecf20Sopenharmony_ci assigned-clock-parents = <&clks IMX7D_OSC_24M_CLK>; 3238c2ecf20Sopenharmony_ci uart-has-rtscts; 3248c2ecf20Sopenharmony_ci status = "okay"; 3258c2ecf20Sopenharmony_ci}; 3268c2ecf20Sopenharmony_ci 3278c2ecf20Sopenharmony_ci&uart7 { /* Bluetooth */ 3288c2ecf20Sopenharmony_ci pinctrl-names = "default"; 3298c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_uart7>; 3308c2ecf20Sopenharmony_ci assigned-clocks = <&clks IMX7D_UART7_ROOT_SRC>; 3318c2ecf20Sopenharmony_ci assigned-clock-parents = <&clks IMX7D_PLL_SYS_MAIN_240M_CLK>; 3328c2ecf20Sopenharmony_ci uart-has-rtscts; 3338c2ecf20Sopenharmony_ci status = "okay"; 3348c2ecf20Sopenharmony_ci}; 3358c2ecf20Sopenharmony_ci 3368c2ecf20Sopenharmony_ci&usbotg1 { 3378c2ecf20Sopenharmony_ci vbus-supply = <®_usb_otg1_vbus>; 3388c2ecf20Sopenharmony_ci status = "okay"; 3398c2ecf20Sopenharmony_ci}; 3408c2ecf20Sopenharmony_ci 3418c2ecf20Sopenharmony_ci&usbotg2 { 3428c2ecf20Sopenharmony_ci vbus-supply = <®_usb_otg2_vbus>; 3438c2ecf20Sopenharmony_ci dr_mode = "host"; 3448c2ecf20Sopenharmony_ci status = "okay"; 3458c2ecf20Sopenharmony_ci}; 3468c2ecf20Sopenharmony_ci 3478c2ecf20Sopenharmony_ci&usdhc1 { 3488c2ecf20Sopenharmony_ci pinctrl-names = "default", "state_100mhz", "state_200mhz"; 3498c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_usdhc1>; 3508c2ecf20Sopenharmony_ci pinctrl-1 = <&pinctrl_usdhc1_100mhz>; 3518c2ecf20Sopenharmony_ci pinctrl-2 = <&pinctrl_usdhc1_200mhz>; 3528c2ecf20Sopenharmony_ci cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>; 3538c2ecf20Sopenharmony_ci bus-width = <4>; 3548c2ecf20Sopenharmony_ci fsl,tuning-step = <2>; 3558c2ecf20Sopenharmony_ci vmmc-supply = <®_3p3v>; 3568c2ecf20Sopenharmony_ci wakeup-source; 3578c2ecf20Sopenharmony_ci no-1-8-v; 3588c2ecf20Sopenharmony_ci keep-power-in-suspend; 3598c2ecf20Sopenharmony_ci status = "okay"; 3608c2ecf20Sopenharmony_ci}; 3618c2ecf20Sopenharmony_ci 3628c2ecf20Sopenharmony_ci&usdhc2 { /* Wifi SDIO */ 3638c2ecf20Sopenharmony_ci pinctrl-names = "default"; 3648c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_usdhc2 &pinctrl_wifi_clk>; 3658c2ecf20Sopenharmony_ci no-1-8-v; 3668c2ecf20Sopenharmony_ci non-removable; 3678c2ecf20Sopenharmony_ci keep-power-in-suspend; 3688c2ecf20Sopenharmony_ci wakeup-source; 3698c2ecf20Sopenharmony_ci vmmc-supply = <®_wlreg_on>; 3708c2ecf20Sopenharmony_ci mmc-pwrseq = <&usdhc2_pwrseq>; 3718c2ecf20Sopenharmony_ci status = "okay"; 3728c2ecf20Sopenharmony_ci}; 3738c2ecf20Sopenharmony_ci 3748c2ecf20Sopenharmony_ci&usdhc3 { 3758c2ecf20Sopenharmony_ci pinctrl-names = "default", "state_100mhz", "state_200mhz"; 3768c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_usdhc3>; 3778c2ecf20Sopenharmony_ci pinctrl-1 = <&pinctrl_usdhc3_100mhz>; 3788c2ecf20Sopenharmony_ci pinctrl-2 = <&pinctrl_usdhc3_200mhz>; 3798c2ecf20Sopenharmony_ci assigned-clocks = <&clks IMX7D_USDHC3_ROOT_CLK>; 3808c2ecf20Sopenharmony_ci assigned-clock-rates = <400000000>; 3818c2ecf20Sopenharmony_ci bus-width = <8>; 3828c2ecf20Sopenharmony_ci no-1-8-v; 3838c2ecf20Sopenharmony_ci fsl,tuning-step = <2>; 3848c2ecf20Sopenharmony_ci non-removable; 3858c2ecf20Sopenharmony_ci status = "okay"; 3868c2ecf20Sopenharmony_ci}; 3878c2ecf20Sopenharmony_ci 3888c2ecf20Sopenharmony_ci&wdog1 { 3898c2ecf20Sopenharmony_ci pinctrl-names = "default"; 3908c2ecf20Sopenharmony_ci pinctrl-0 = <&pinctrl_wdog>; 3918c2ecf20Sopenharmony_ci fsl,ext-reset-output; 3928c2ecf20Sopenharmony_ci status = "okay"; 3938c2ecf20Sopenharmony_ci}; 3948c2ecf20Sopenharmony_ci 3958c2ecf20Sopenharmony_ci&iomuxc { 3968c2ecf20Sopenharmony_ci pinctrl_ecspi3: ecspi3grp { 3978c2ecf20Sopenharmony_ci fsl,pins = < 3988c2ecf20Sopenharmony_ci MX7D_PAD_I2C1_SCL__ECSPI3_MISO 0x2 3998c2ecf20Sopenharmony_ci MX7D_PAD_I2C1_SDA__ECSPI3_MOSI 0x2 4008c2ecf20Sopenharmony_ci MX7D_PAD_I2C2_SCL__ECSPI3_SCLK 0x2 4018c2ecf20Sopenharmony_ci MX7D_PAD_I2C2_SDA__GPIO4_IO11 0x14 4028c2ecf20Sopenharmony_ci >; 4038c2ecf20Sopenharmony_ci }; 4048c2ecf20Sopenharmony_ci 4058c2ecf20Sopenharmony_ci pinctrl_i2c1: i2c1grp { 4068c2ecf20Sopenharmony_ci fsl,pins = < 4078c2ecf20Sopenharmony_ci MX7D_PAD_UART1_TX_DATA__I2C1_SDA 0x4000007f 4088c2ecf20Sopenharmony_ci MX7D_PAD_UART1_RX_DATA__I2C1_SCL 0x4000007f 4098c2ecf20Sopenharmony_ci >; 4108c2ecf20Sopenharmony_ci }; 4118c2ecf20Sopenharmony_ci 4128c2ecf20Sopenharmony_ci pinctrl_i2c2: i2c2grp { 4138c2ecf20Sopenharmony_ci fsl,pins = < 4148c2ecf20Sopenharmony_ci MX7D_PAD_UART2_TX_DATA__I2C2_SDA 0x4000007f 4158c2ecf20Sopenharmony_ci MX7D_PAD_UART2_RX_DATA__I2C2_SCL 0x4000007f 4168c2ecf20Sopenharmony_ci >; 4178c2ecf20Sopenharmony_ci }; 4188c2ecf20Sopenharmony_ci 4198c2ecf20Sopenharmony_ci pinctrl_enet1: enet1grp { 4208c2ecf20Sopenharmony_ci fsl,pins = < 4218c2ecf20Sopenharmony_ci MX7D_PAD_SD2_CD_B__ENET1_MDIO 0x3 4228c2ecf20Sopenharmony_ci MX7D_PAD_SD2_WP__ENET1_MDC 0x3 4238c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_TXC__ENET1_RGMII_TXC 0x1 4248c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_TD0__ENET1_RGMII_TD0 0x1 4258c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_TD1__ENET1_RGMII_TD1 0x1 4268c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_TD2__ENET1_RGMII_TD2 0x1 4278c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_TD3__ENET1_RGMII_TD3 0x1 4288c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_TX_CTL__ENET1_RGMII_TX_CTL 0x1 4298c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_RXC__ENET1_RGMII_RXC 0x1 4308c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_RD0__ENET1_RGMII_RD0 0x1 4318c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_RD1__ENET1_RGMII_RD1 0x1 4328c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_RD2__ENET1_RGMII_RD2 0x1 4338c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_RD3__ENET1_RGMII_RD3 0x1 4348c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RGMII_RX_CTL__ENET1_RGMII_RX_CTL 0x1 4358c2ecf20Sopenharmony_ci MX7D_PAD_SD3_RESET_B__GPIO6_IO11 0x1 /* Ethernet reset */ 4368c2ecf20Sopenharmony_ci >; 4378c2ecf20Sopenharmony_ci }; 4388c2ecf20Sopenharmony_ci 4398c2ecf20Sopenharmony_ci pinctrl_can1: can1frp { 4408c2ecf20Sopenharmony_ci fsl,pins = < 4418c2ecf20Sopenharmony_ci MX7D_PAD_SAI1_RX_DATA__FLEXCAN1_RX 0x59 4428c2ecf20Sopenharmony_ci MX7D_PAD_SAI1_TX_BCLK__FLEXCAN1_TX 0x59 4438c2ecf20Sopenharmony_ci >; 4448c2ecf20Sopenharmony_ci }; 4458c2ecf20Sopenharmony_ci 4468c2ecf20Sopenharmony_ci pinctrl_can2: can2frp { 4478c2ecf20Sopenharmony_ci fsl,pins = < 4488c2ecf20Sopenharmony_ci MX7D_PAD_SAI1_TX_SYNC__FLEXCAN2_RX 0x59 4498c2ecf20Sopenharmony_ci MX7D_PAD_SAI1_TX_DATA__FLEXCAN2_TX 0x59 4508c2ecf20Sopenharmony_ci >; 4518c2ecf20Sopenharmony_ci }; 4528c2ecf20Sopenharmony_ci 4538c2ecf20Sopenharmony_ci pinctrl_i2c4: i2c4grp { 4548c2ecf20Sopenharmony_ci fsl,pins = < 4558c2ecf20Sopenharmony_ci MX7D_PAD_SAI1_RX_BCLK__I2C4_SDA 0x4000007f 4568c2ecf20Sopenharmony_ci MX7D_PAD_SAI1_RX_SYNC__I2C4_SCL 0x4000007f 4578c2ecf20Sopenharmony_ci >; 4588c2ecf20Sopenharmony_ci }; 4598c2ecf20Sopenharmony_ci 4608c2ecf20Sopenharmony_ci pinctrl_lcdif: lcdifgrp { 4618c2ecf20Sopenharmony_ci fsl,pins = < 4628c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA00__LCD_DATA0 0x79 4638c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA01__LCD_DATA1 0x79 4648c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA02__LCD_DATA2 0x79 4658c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA03__LCD_DATA3 0x79 4668c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA04__LCD_DATA4 0x79 4678c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA05__LCD_DATA5 0x79 4688c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA06__LCD_DATA6 0x79 4698c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA07__LCD_DATA7 0x79 4708c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA08__LCD_DATA8 0x79 4718c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA09__LCD_DATA9 0x79 4728c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA10__LCD_DATA10 0x79 4738c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA11__LCD_DATA11 0x79 4748c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA12__LCD_DATA12 0x79 4758c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA13__LCD_DATA13 0x79 4768c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA14__LCD_DATA14 0x79 4778c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA15__LCD_DATA15 0x79 4788c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA16__LCD_DATA16 0x79 4798c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA17__LCD_DATA17 0x79 4808c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA18__LCD_DATA18 0x79 4818c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA19__LCD_DATA19 0x79 4828c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA20__LCD_DATA20 0x79 4838c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA21__LCD_DATA21 0x79 4848c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA22__LCD_DATA22 0x79 4858c2ecf20Sopenharmony_ci MX7D_PAD_LCD_DATA23__LCD_DATA23 0x79 4868c2ecf20Sopenharmony_ci MX7D_PAD_LCD_CLK__LCD_CLK 0x79 4878c2ecf20Sopenharmony_ci MX7D_PAD_LCD_ENABLE__LCD_ENABLE 0x78 4888c2ecf20Sopenharmony_ci MX7D_PAD_LCD_VSYNC__LCD_VSYNC 0x78 4898c2ecf20Sopenharmony_ci MX7D_PAD_LCD_HSYNC__LCD_HSYNC 0x78 4908c2ecf20Sopenharmony_ci MX7D_PAD_LCD_RESET__GPIO3_IO4 0x14 4918c2ecf20Sopenharmony_ci >; 4928c2ecf20Sopenharmony_ci }; 4938c2ecf20Sopenharmony_ci 4948c2ecf20Sopenharmony_ci pinctrl_pwm1: pwm1 { 4958c2ecf20Sopenharmony_ci fsl,pins = < 4968c2ecf20Sopenharmony_ci MX7D_PAD_GPIO1_IO08__PWM1_OUT 0x7f 4978c2ecf20Sopenharmony_ci >; 4988c2ecf20Sopenharmony_ci }; 4998c2ecf20Sopenharmony_ci 5008c2ecf20Sopenharmony_ci pinctrl_pwm2: pwm2 { 5018c2ecf20Sopenharmony_ci fsl,pins = < 5028c2ecf20Sopenharmony_ci MX7D_PAD_GPIO1_IO09__PWM2_OUT 0x7f 5038c2ecf20Sopenharmony_ci >; 5048c2ecf20Sopenharmony_ci }; 5058c2ecf20Sopenharmony_ci 5068c2ecf20Sopenharmony_ci pinctrl_pwm3: pwm3 { 5078c2ecf20Sopenharmony_ci fsl,pins = < 5088c2ecf20Sopenharmony_ci MX7D_PAD_GPIO1_IO10__PWM3_OUT 0x7f 5098c2ecf20Sopenharmony_ci >; 5108c2ecf20Sopenharmony_ci }; 5118c2ecf20Sopenharmony_ci 5128c2ecf20Sopenharmony_ci pinctrl_pwm4: pwm4grp{ 5138c2ecf20Sopenharmony_ci fsl,pins = < 5148c2ecf20Sopenharmony_ci MX7D_PAD_GPIO1_IO11__PWM4_OUT 0x7f 5158c2ecf20Sopenharmony_ci >; 5168c2ecf20Sopenharmony_ci }; 5178c2ecf20Sopenharmony_ci 5188c2ecf20Sopenharmony_ci pinctrl_reg_wlreg_on: regregongrp { 5198c2ecf20Sopenharmony_ci fsl,pins = < 5208c2ecf20Sopenharmony_ci MX7D_PAD_ECSPI1_SCLK__GPIO4_IO16 0x59 5218c2ecf20Sopenharmony_ci >; 5228c2ecf20Sopenharmony_ci }; 5238c2ecf20Sopenharmony_ci 5248c2ecf20Sopenharmony_ci pinctrl_sai1: sai1grp { 5258c2ecf20Sopenharmony_ci fsl,pins = < 5268c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_RX_CLK__SAI1_TX_BCLK 0x1f 5278c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_CRS__SAI1_TX_SYNC 0x1f 5288c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_COL__SAI1_TX_DATA0 0x30 5298c2ecf20Sopenharmony_ci MX7D_PAD_ENET1_TX_CLK__SAI1_RX_DATA0 0x1f 5308c2ecf20Sopenharmony_ci >; 5318c2ecf20Sopenharmony_ci }; 5328c2ecf20Sopenharmony_ci 5338c2ecf20Sopenharmony_ci pinctrl_uart5: uart5grp { 5348c2ecf20Sopenharmony_ci fsl,pins = < 5358c2ecf20Sopenharmony_ci MX7D_PAD_I2C4_SDA__UART5_DCE_TX 0x79 5368c2ecf20Sopenharmony_ci MX7D_PAD_I2C4_SCL__UART5_DCE_RX 0x79 5378c2ecf20Sopenharmony_ci >; 5388c2ecf20Sopenharmony_ci }; 5398c2ecf20Sopenharmony_ci 5408c2ecf20Sopenharmony_ci pinctrl_uart6: uart6grp { 5418c2ecf20Sopenharmony_ci fsl,pins = < 5428c2ecf20Sopenharmony_ci MX7D_PAD_EPDC_DATA08__UART6_DCE_RX 0x79 5438c2ecf20Sopenharmony_ci MX7D_PAD_EPDC_DATA09__UART6_DCE_TX 0x79 5448c2ecf20Sopenharmony_ci MX7D_PAD_EPDC_DATA10__UART6_DCE_RTS 0x79 5458c2ecf20Sopenharmony_ci MX7D_PAD_EPDC_DATA11__UART6_DCE_CTS 0x79 5468c2ecf20Sopenharmony_ci >; 5478c2ecf20Sopenharmony_ci }; 5488c2ecf20Sopenharmony_ci 5498c2ecf20Sopenharmony_ci pinctrl_uart7: uart7grp { 5508c2ecf20Sopenharmony_ci fsl,pins = < 5518c2ecf20Sopenharmony_ci MX7D_PAD_ECSPI2_MOSI__UART7_DCE_TX 0x79 5528c2ecf20Sopenharmony_ci MX7D_PAD_ECSPI2_SCLK__UART7_DCE_RX 0x79 5538c2ecf20Sopenharmony_ci MX7D_PAD_ECSPI2_SS0__UART7_DCE_CTS 0x79 5548c2ecf20Sopenharmony_ci MX7D_PAD_ECSPI2_MISO__UART7_DCE_RTS 0x79 5558c2ecf20Sopenharmony_ci >; 5568c2ecf20Sopenharmony_ci }; 5578c2ecf20Sopenharmony_ci 5588c2ecf20Sopenharmony_ci pinctrl_usbotg1_pwr: usbotg_pwr { 5598c2ecf20Sopenharmony_ci fsl,pins = < 5608c2ecf20Sopenharmony_ci MX7D_PAD_UART3_TX_DATA__GPIO4_IO5 0x14 5618c2ecf20Sopenharmony_ci >; 5628c2ecf20Sopenharmony_ci }; 5638c2ecf20Sopenharmony_ci 5648c2ecf20Sopenharmony_ci pinctrl_usdhc1: usdhc1grp { 5658c2ecf20Sopenharmony_ci fsl,pins = < 5668c2ecf20Sopenharmony_ci MX7D_PAD_SD1_CMD__SD1_CMD 0x59 5678c2ecf20Sopenharmony_ci MX7D_PAD_SD1_CLK__SD1_CLK 0x19 5688c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA0__SD1_DATA0 0x59 5698c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA1__SD1_DATA1 0x59 5708c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA2__SD1_DATA2 0x59 5718c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA3__SD1_DATA3 0x59 5728c2ecf20Sopenharmony_ci MX7D_PAD_SD1_CD_B__GPIO5_IO0 0x15 5738c2ecf20Sopenharmony_ci >; 5748c2ecf20Sopenharmony_ci }; 5758c2ecf20Sopenharmony_ci 5768c2ecf20Sopenharmony_ci pinctrl_usdhc1_100mhz: usdhc1grp_100mhz { 5778c2ecf20Sopenharmony_ci fsl,pins = < 5788c2ecf20Sopenharmony_ci MX7D_PAD_SD1_CMD__SD1_CMD 0x5a 5798c2ecf20Sopenharmony_ci MX7D_PAD_SD1_CLK__SD1_CLK 0x1a 5808c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA0__SD1_DATA0 0x5a 5818c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA1__SD1_DATA1 0x5a 5828c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA2__SD1_DATA2 0x5a 5838c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA3__SD1_DATA3 0x5a 5848c2ecf20Sopenharmony_ci MX7D_PAD_SD1_CD_B__GPIO5_IO0 0x15 5858c2ecf20Sopenharmony_ci >; 5868c2ecf20Sopenharmony_ci }; 5878c2ecf20Sopenharmony_ci 5888c2ecf20Sopenharmony_ci pinctrl_usdhc1_200mhz: usdhc1grp_200mhz { 5898c2ecf20Sopenharmony_ci fsl,pins = < 5908c2ecf20Sopenharmony_ci MX7D_PAD_SD1_CMD__SD1_CMD 0x5b 5918c2ecf20Sopenharmony_ci MX7D_PAD_SD1_CLK__SD1_CLK 0x1b 5928c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA0__SD1_DATA0 0x5b 5938c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA1__SD1_DATA1 0x5b 5948c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA2__SD1_DATA2 0x5b 5958c2ecf20Sopenharmony_ci MX7D_PAD_SD1_DATA3__SD1_DATA3 0x5b 5968c2ecf20Sopenharmony_ci MX7D_PAD_SD1_CD_B__GPIO5_IO0 0x15 5978c2ecf20Sopenharmony_ci >; 5988c2ecf20Sopenharmony_ci }; 5998c2ecf20Sopenharmony_ci 6008c2ecf20Sopenharmony_ci pinctrl_usdhc2: usdhc2grp { 6018c2ecf20Sopenharmony_ci fsl,pins = < 6028c2ecf20Sopenharmony_ci MX7D_PAD_SD2_CMD__SD2_CMD 0x59 6038c2ecf20Sopenharmony_ci MX7D_PAD_SD2_CLK__SD2_CLK 0x19 6048c2ecf20Sopenharmony_ci MX7D_PAD_SD2_DATA0__SD2_DATA0 0x59 6058c2ecf20Sopenharmony_ci MX7D_PAD_SD2_DATA1__SD2_DATA1 0x59 6068c2ecf20Sopenharmony_ci MX7D_PAD_SD2_DATA2__SD2_DATA2 0x59 6078c2ecf20Sopenharmony_ci MX7D_PAD_SD2_DATA3__SD2_DATA3 0x59 6088c2ecf20Sopenharmony_ci >; 6098c2ecf20Sopenharmony_ci }; 6108c2ecf20Sopenharmony_ci 6118c2ecf20Sopenharmony_ci pinctrl_usdhc3: usdhc3grp { 6128c2ecf20Sopenharmony_ci fsl,pins = < 6138c2ecf20Sopenharmony_ci MX7D_PAD_SD3_CMD__SD3_CMD 0x59 6148c2ecf20Sopenharmony_ci MX7D_PAD_SD3_CLK__SD3_CLK 0x19 6158c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA0__SD3_DATA0 0x59 6168c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA1__SD3_DATA1 0x59 6178c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA2__SD3_DATA2 0x59 6188c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA3__SD3_DATA3 0x59 6198c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA4__SD3_DATA4 0x59 6208c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA5__SD3_DATA5 0x59 6218c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA6__SD3_DATA6 0x59 6228c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA7__SD3_DATA7 0x59 6238c2ecf20Sopenharmony_ci >; 6248c2ecf20Sopenharmony_ci }; 6258c2ecf20Sopenharmony_ci 6268c2ecf20Sopenharmony_ci pinctrl_usdhc3_100mhz: usdhc3grp_100mhz { 6278c2ecf20Sopenharmony_ci fsl,pins = < 6288c2ecf20Sopenharmony_ci MX7D_PAD_SD3_CMD__SD3_CMD 0x5a 6298c2ecf20Sopenharmony_ci MX7D_PAD_SD3_CLK__SD3_CLK 0x1a 6308c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA0__SD3_DATA0 0x5a 6318c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA1__SD3_DATA1 0x5a 6328c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA2__SD3_DATA2 0x5a 6338c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA3__SD3_DATA3 0x5a 6348c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA4__SD3_DATA4 0x5a 6358c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA5__SD3_DATA5 0x5a 6368c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA6__SD3_DATA6 0x5a 6378c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA7__SD3_DATA7 0x5a 6388c2ecf20Sopenharmony_ci >; 6398c2ecf20Sopenharmony_ci }; 6408c2ecf20Sopenharmony_ci 6418c2ecf20Sopenharmony_ci pinctrl_usdhc3_200mhz: usdhc3grp_200mhz { 6428c2ecf20Sopenharmony_ci fsl,pins = < 6438c2ecf20Sopenharmony_ci MX7D_PAD_SD3_CMD__SD3_CMD 0x5b 6448c2ecf20Sopenharmony_ci MX7D_PAD_SD3_CLK__SD3_CLK 0x1b 6458c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA0__SD3_DATA0 0x5b 6468c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA1__SD3_DATA1 0x5b 6478c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA2__SD3_DATA2 0x5b 6488c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA3__SD3_DATA3 0x5b 6498c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA4__SD3_DATA4 0x5b 6508c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA5__SD3_DATA5 0x5b 6518c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA6__SD3_DATA6 0x5b 6528c2ecf20Sopenharmony_ci MX7D_PAD_SD3_DATA7__SD3_DATA7 0x5b 6538c2ecf20Sopenharmony_ci >; 6548c2ecf20Sopenharmony_ci }; 6558c2ecf20Sopenharmony_ci}; 6568c2ecf20Sopenharmony_ci 6578c2ecf20Sopenharmony_ci&iomuxc_lpsr { 6588c2ecf20Sopenharmony_ci pinctrl_wifi_clk: wificlkgrp { 6598c2ecf20Sopenharmony_ci fsl,pins = < 6608c2ecf20Sopenharmony_ci MX7D_PAD_LPSR_GPIO1_IO03__CCM_CLKO2 0x7d 6618c2ecf20Sopenharmony_ci >; 6628c2ecf20Sopenharmony_ci }; 6638c2ecf20Sopenharmony_ci 6648c2ecf20Sopenharmony_ci pinctrl_reg_lcdreg_on: reglcdongrp { 6658c2ecf20Sopenharmony_ci fsl,pins = < 6668c2ecf20Sopenharmony_ci MX7D_PAD_LPSR_GPIO1_IO06__GPIO1_IO6 0x59 6678c2ecf20Sopenharmony_ci >; 6688c2ecf20Sopenharmony_ci }; 6698c2ecf20Sopenharmony_ci 6708c2ecf20Sopenharmony_ci pinctrl_wdog: wdoggrp { 6718c2ecf20Sopenharmony_ci fsl,pins = < 6728c2ecf20Sopenharmony_ci MX7D_PAD_LPSR_GPIO1_IO00__WDOG1_WDOG_B 0x74 6738c2ecf20Sopenharmony_ci >; 6748c2ecf20Sopenharmony_ci }; 6758c2ecf20Sopenharmony_ci}; 676