RE: [PATCH V4 2/4] arm64: dts: imx93: Extract common parts of 11x11 EVK into imx93-evk-common.dtsi
From: Sherry Sun <hidden>
Date: 2026-02-03 06:17:46
Also in:
imx, linux-devicetree, lkml
On Thu, Jan 29, 2026 at 04:42:47PM +0800, Sherry Sun wrote:quoted
The i.MX93 Wireless EVK board reuses most of the design of the 11x11 EVK. To avoid duplication and DTS-to-DTS include, extract the common parts into a new imx93-evk-common.dtsi, which will be included by both the 11x11 EVK and the Wireless EVK DTS files. No functional change intended. Signed-off-by: Sherry Sun <redacted> --- .../boot/dts/freescale/imx93-11x11-evk.dts | 861 +----------------- ...93-11x11-evk.dts => imx93-evk-common.dtsi} | 207 +----Change still big. Maybe below step help 1. rename imx93-evk-11x11.dtsi to imx93-evk-common.dtsi create new file imx93-11x11-evk.dts, which include imx93-evk-common.dtsi. (supposed file name should be imx93-evk-11x11-common.dtsi) 2. Move different part from imx93-evk-common.dtsi to imx93-11x11-evk
Ok, will do. Thanks. Best Regards Sherry
Frankquoted
2 files changed, 9 insertions(+), 1059 deletions(-) copy arch/arm64/boot/dts/freescale/{imx93-11x11-evk.dts => imx93-evk-common.dtsi} (79%)diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtsb/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts index acb160d3186c..2588f39f0239 100644--- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts@@ -5,114 +5,13 @@ /dts-v1/; -#include <dt-bindings/usb/pd.h> #include "imx93.dtsi" +#include "imx93-evk-common.dtsi" / { model = "NXP i.MX93 11X11 EVK board"; compatible = "fsl,imx93-11x11-evk", "fsl,imx93"; - aliases { - ethernet0 = &fec; - ethernet1 = &eqos; - gpio0 = &gpio1; - gpio1 = &gpio2; - gpio2 = &gpio3; - i2c0 = &lpi2c1; - i2c1 = &lpi2c2; - i2c2 = &lpi2c3; - mmc0 = &usdhc1; - mmc1 = &usdhc2; - rtc0 = &bbnsm_rtc; - serial0 = &lpuart1; - serial1 = &lpuart2; - serial2 = &lpuart3; - serial3 = &lpuart4; - serial4 = &lpuart5; - }; - - chosen { - stdout-path = &lpuart1; - }; - - reserved-memory { - #address-cells = <2>; - #size-cells = <2>; - ranges; - - linux,cma { - compatible = "shared-dma-pool"; - reusable; - alloc-ranges = <0 0x80000000 0 0x40000000>; - size = <0 0x10000000>; - linux,cma-default; - }; - - vdev0vring0: vdev0vring0@a4000000 { - reg = <0 0xa4000000 0 0x8000>; - no-map; - }; - - vdev0vring1: vdev0vring1@a4008000 { - reg = <0 0xa4008000 0 0x8000>; - no-map; - }; - - vdev1vring0: vdev1vring0@a4010000 { - reg = <0 0xa4010000 0 0x8000>; - no-map; - }; - - vdev1vring1: vdev1vring1@a4018000 { - reg = <0 0xa4018000 0 0x8000>; - no-map; - }; - - rsc_table: rsc-table@2021e000 { - reg = <0 0x2021e000 0 0x1000>; - no-map; - }; - - vdevbuffer: vdevbuffer@a4020000 { - compatible = "shared-dma-pool"; - reg = <0 0xa4020000 0 0x100000>; - no-map; - }; - - }; - - flexcan_phy: can-phy { - compatible = "nxp,tja1057"; - #phy-cells = <0>; - max-bitrate = <5000000>; - silent-gpios = <&adp5585 6 GPIO_ACTIVE_HIGH>; - }; - - reg_vdd_12v: regulator-vdd-12v { - compatible = "regulator-fixed"; - regulator-name = "VDD_12V"; - regulator-min-microvolt = <12000000>; - regulator-max-microvolt = <12000000>; - gpio = <&pcal6524 14 GPIO_ACTIVE_HIGH>; - enable-active-high; - }; - - reg_vref_1v8: regulator-adc-vref { - compatible = "regulator-fixed"; - regulator-name = "vref_1v8"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <1800000>; - }; - - reg_audio_pwr: regulator-audio-pwr { - compatible = "regulator-fixed"; - regulator-name = "audio-pwr"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - gpio = <&adp5585 1 GPIO_ACTIVE_HIGH>; - enable-active-high; - }; - reg_m2_pwr: regulator-m2-pwr { compatible = "regulator-fixed"; regulator-name = "M.2-power";@@ -122,18 +21,6 @@ reg_m2_pwr: regulator-m2-pwr { enable-active-high; }; - reg_usdhc2_vmmc: regulator-usdhc2 { - compatible = "regulator-fixed"; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_reg_usdhc2_vmmc>; - regulator-name = "VSD_3V3"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - gpio = <&gpio3 7 GPIO_ACTIVE_HIGH>; - off-on-delay-us = <12000>; - enable-active-high; - }; - reg_usdhc3_vmmc: regulator-usdhc3 { compatible = "regulator-fixed"; regulator-name = "WLAN_EN";@@ -156,17 +43,6 @@ usdhc3_pwrseq: usdhc3_pwrseq { reset-gpios = <&pcal6524 12 GPIO_ACTIVE_LOW>; }; - backlight_lvds: backlight-lvds { - compatible = "pwm-backlight"; - pwms = <&adp5585 0 100000 0>; - brightness-levels = <0 100>; - num-interpolated-steps = <100>; - default-brightness-level = <100>; - power-supply = <®_vdd_12v>; - enable-gpios = <&adp5585 9 GPIO_ACTIVE_HIGH>; - status = "disabled"; - }; - bt_sco_codec: bt-sco-codec { compatible = "linux,bt-sco"; #sound-dai-cells = <1>;@@ -204,354 +80,6 @@ cpu { }; }; }; - - sound-wm8962 { - compatible = "fsl,imx-audio-wm8962"; - model = "wm8962-audio"; - audio-cpu = <&sai3>; - audio-codec = <&wm8962>; - hp-det-gpio = <&pcal6524 4 GPIO_ACTIVE_HIGH>; - audio-routing = - "Headphone Jack", "HPOUTL", - "Headphone Jack", "HPOUTR", - "Ext Spk", "SPKOUTL", - "Ext Spk", "SPKOUTR", - "AMIC", "MICBIAS", - "IN3R", "AMIC", - "IN1R", "AMIC"; - }; - - sound-xcvr { - compatible = "fsl,imx-audio-card"; - model = "imx-audio-xcvr"; - - pri-dai-link { - link-name = "XCVR PCM"; - - cpu { - sound-dai = <&xcvr>; - }; - }; - }; -}; - -&adc1 { - vref-supply = <®_vref_1v8>; - status = "okay"; -}; - -&cm33 { - mbox-names = "tx", "rx", "rxdb"; - mboxes = <&mu1 0 1>, - <&mu1 1 1>, - <&mu1 3 1>; - memory-region = <&vdevbuffer>, <&vdev0vring0>, <&vdev0vring1>, - <&vdev1vring0>, <&vdev1vring1>, <&rsc_table>; - status = "okay"; -}; - -&eqos { - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&pinctrl_eqos>; - pinctrl-1 = <&pinctrl_eqos_sleep>; - phy-mode = "rgmii-id"; - phy-handle = <ðphy1>; - status = "okay"; - - mdio { - compatible = "snps,dwmac-mdio"; - #address-cells = <1>; - #size-cells = <0>; - clock-frequency = <5000000>; - - ethphy1: ethernet-phy@1 { - reg = <1>; - reset-gpios = <&pcal6524 15 GPIO_ACTIVE_LOW>; - reset-assert-us = <10000>; - reset-deassert-us = <80000>; - realtek,clkout-disable; - }; - }; -}; - -&fec { - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&pinctrl_fec>; - pinctrl-1 = <&pinctrl_fec_sleep>; - phy-mode = "rgmii-id"; - phy-handle = <ðphy2>; - fsl,magic-packet; - status = "okay"; - - mdio { - #address-cells = <1>; - #size-cells = <0>; - clock-frequency = <5000000>; - - ethphy2: ethernet-phy@2 { - reg = <2>; - reset-gpios = <&pcal6524 16 GPIO_ACTIVE_LOW>; - reset-assert-us = <10000>; - reset-deassert-us = <80000>; - realtek,clkout-disable; - }; - }; -}; - -&flexcan2 { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_flexcan2>; - phys = <&flexcan_phy>; - status = "okay"; -}; - -&lpi2c1 { - clock-frequency = <400000>; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_lpi2c1>; - status = "okay"; - - wm8962: codec@1a { - compatible = "wlf,wm8962"; - reg = <0x1a>; - clocks = <&clk IMX93_CLK_SAI3_GATE>; - DCVDD-supply = <®_audio_pwr>; - DBVDD-supply = <®_audio_pwr>; - AVDD-supply = <®_audio_pwr>; - CPVDD-supply = <®_audio_pwr>; - MICVDD-supply = <®_audio_pwr>; - PLLVDD-supply = <®_audio_pwr>; - SPKVDD1-supply = <®_audio_pwr>; - SPKVDD2-supply = <®_audio_pwr>; - gpio-cfg = < - 0x0000 /* 0:Default */ - 0x0000 /* 1:Default */ - 0x0000 /* 2:FN_DMICCLK */ - 0x0000 /* 3:Default */ - 0x0000 /* 4:FN_DMICCDAT */ - 0x0000 /* 5:Default */ - >; - }; - - inertial-meter@6a { - compatible = "st,lsm6dso"; - reg = <0x6a>; - }; -}; - -&lpi2c2 { - clock-frequency = <400000>; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_lpi2c2>; - status = "okay"; - - pcal6524: gpio@22 { - compatible = "nxp,pcal6524"; - reg = <0x22>; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_pcal6524>; - gpio-controller; - #gpio-cells = <2>; - interrupt-controller; - #interrupt-cells = <2>; - interrupt-parent = <&gpio3>; - interrupts = <27 IRQ_TYPE_LEVEL_LOW>; - - m2-pcm-level-shifter-hog { - gpio-hog; - gpios = <19 GPIO_ACTIVE_HIGH>; - output-high; - }; - }; - - pmic@25 { - compatible = "nxp,pca9451a"; - reg = <0x25>; - interrupt-parent = <&pcal6524>; - interrupts = <11 IRQ_TYPE_EDGE_FALLING>; - - regulators { - buck1: BUCK1 { - regulator-name = "BUCK1"; - regulator-min-microvolt = <610000>; - regulator-max-microvolt = <950000>; - regulator-boot-on; - regulator-always-on; - regulator-ramp-delay = <3125>; - }; - - buck2: BUCK2 { - regulator-name = "BUCK2"; - regulator-min-microvolt = <600000>; - regulator-max-microvolt = <670000>; - regulator-boot-on; - regulator-always-on; - regulator-ramp-delay = <3125>; - }; - - buck4: BUCK4 { - regulator-name = "BUCK4"; - regulator-min-microvolt = <1620000>; - regulator-max-microvolt = <3400000>; - regulator-boot-on; - regulator-always-on; - }; - - buck5: BUCK5 { - regulator-name = "BUCK5"; - regulator-min-microvolt = <1620000>; - regulator-max-microvolt = <3400000>; - regulator-boot-on; - regulator-always-on; - }; - - buck6: BUCK6 { - regulator-name = "BUCK6"; - regulator-min-microvolt = <1060000>; - regulator-max-microvolt = <1140000>; - regulator-boot-on; - regulator-always-on; - }; - - ldo1: LDO1 { - regulator-name = "LDO1"; - regulator-min-microvolt = <1620000>; - regulator-max-microvolt = <1980000>; - regulator-boot-on; - regulator-always-on; - }; - - ldo4: LDO4 { - regulator-name = "LDO4"; - regulator-min-microvolt = <800000>; - regulator-max-microvolt = <840000>; - regulator-boot-on; - regulator-always-on; - }; - - ldo5: LDO5 { - regulator-name = "LDO5"; - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <3300000>; - regulator-boot-on; - regulator-always-on; - }; - }; - }; - - adp5585: io-expander@34 { - compatible = "adi,adp5585-00", "adi,adp5585"; - reg = <0x34>; - vdd-supply = <&buck4>; - gpio-controller; - #gpio-cells = <2>; - gpio-reserved-ranges = <5 1>; - #pwm-cells = <3>; - }; -}; - -&lpi2c3 { - clock-frequency = <400000>; - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_lpi2c3>; - status = "okay"; - - adp5585_isp: io-expander@34 { - compatible = "adi,adp5585-01", "adi,adp5585"; - reg = <0x34>; - gpio-controller; - #gpio-cells = <2>; - #pwm-cells = <3>; - }; - - ptn5110: tcpc@50 { - compatible = "nxp,ptn5110", "tcpci"; - reg = <0x50>; - interrupt-parent = <&gpio3>; - interrupts = <27 IRQ_TYPE_LEVEL_LOW>; - - typec1_con: connector { - compatible = "usb-c-connector"; - label = "USB-C"; - power-role = "dual"; - data-role = "dual"; - try-power-role = "sink"; - source-pdos = <PDO_FIXED(5000, 3000,PDO_FIXED_USB_COMM)>;quoted
- sink-pdos = <PDO_FIXED(5000, 3000,PDO_FIXED_USB_COMM)quoted
- PDO_VAR(5000, 20000, 3000)>; - op-sink-microwatt = <15000000>; - self-powered; - - ports { - #address-cells = <1>; - #size-cells = <0>; - - port@0 { - reg = <0>; - - typec1_dr_sw: endpoint { - remote-endpoint =<&usb1_drd_sw>;quoted
- }; - }; - }; - }; - }; - - ptn5110_2: tcpc@51 { - compatible = "nxp,ptn5110", "tcpci"; - reg = <0x51>; - interrupt-parent = <&gpio3>; - interrupts = <27 IRQ_TYPE_LEVEL_LOW>; - - typec2_con: connector { - compatible = "usb-c-connector"; - label = "USB-C"; - power-role = "dual"; - data-role = "dual"; - try-power-role = "sink"; - source-pdos = <PDO_FIXED(5000, 3000,PDO_FIXED_USB_COMM)>;quoted
- sink-pdos = <PDO_FIXED(5000, 3000,PDO_FIXED_USB_COMM)quoted
- PDO_VAR(5000, 20000, 3000)>; - op-sink-microwatt = <15000000>; - self-powered; - - ports { - #address-cells = <1>; - #size-cells = <0>; - - port@0 { - reg = <0>; - - typec2_dr_sw: endpoint { - remote-endpoint =<&usb2_drd_sw>;quoted
- }; - }; - }; - }; - }; - - pcf2131: rtc@53 { - compatible = "nxp,pcf2131"; - reg = <0x53>; - interrupt-parent = <&pcal6524>; - interrupts = <1 IRQ_TYPE_EDGE_FALLING>; - }; -}; - -&lpuart1 { /* console */ - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_uart1>; - status = "okay"; -}; - -&lpuart5 { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_uart5>; - status = "okay"; - - bluetooth { - compatible = "nxp,88w8987-bt"; - }; }; &micfil {@@ -564,12 +92,12 @@ &micfil { status = "okay"; }; -&mu1 { - status = "okay"; -}; - -&mu2 { - status = "okay"; +&pcal6524 { + m2-pcm-level-shifter-hog { + gpio-hog; + gpios = <19 GPIO_ACTIVE_HIGH>; + output-high; + }; }; &sai1 {@@ -583,76 +111,6 @@ &sai1 { status = "okay"; }; -&sai3 { - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&pinctrl_sai3>; - pinctrl-1 = <&pinctrl_sai3_sleep>; - assigned-clocks = <&clk IMX93_CLK_SAI3>; - assigned-clock-parents = <&clk IMX93_CLK_AUDIO_PLL>; - assigned-clock-rates = <12288000>; - fsl,sai-mclk-direction-output; - status = "okay"; -}; - -&usbotg1 { - dr_mode = "otg"; - hnp-disable; - srp-disable; - adp-disable; - usb-role-switch; - disable-over-current; - samsung,picophy-pre-emp-curr-control = <3>; - samsung,picophy-dc-vol-level-adjust = <7>; - status = "okay"; - - port { - usb1_drd_sw: endpoint { - remote-endpoint = <&typec1_dr_sw>; - }; - }; -}; - -&usbotg2 { - dr_mode = "otg"; - hnp-disable; - srp-disable; - adp-disable; - usb-role-switch; - disable-over-current; - samsung,picophy-pre-emp-curr-control = <3>; - samsung,picophy-dc-vol-level-adjust = <7>; - status = "okay"; - - port { - usb2_drd_sw: endpoint { - remote-endpoint = <&typec2_dr_sw>; - }; - }; -}; - -&usdhc1 { - pinctrl-names = "default", "state_100mhz", "state_200mhz"; - pinctrl-0 = <&pinctrl_usdhc1>; - pinctrl-1 = <&pinctrl_usdhc1_100mhz>; - pinctrl-2 = <&pinctrl_usdhc1_200mhz>; - bus-width = <8>; - non-removable; - status = "okay"; -}; - -&usdhc2 { - pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep"; - pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>; - pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>; - pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>; - pinctrl-3 = <&pinctrl_usdhc2_sleep>, <&pinctrl_usdhc2_gpio_sleep>; - cd-gpios = <&gpio3 00 GPIO_ACTIVE_LOW>; - vmmc-supply = <®_usdhc2_vmmc>; - bus-width = <4>; - status = "okay"; - no-mmc; -}; - &usdhc3 { pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep"; pinctrl-0 = <&pinctrl_usdhc3>, <&pinctrl_usdhc3_wlan>; @@ -668,152quoted
+126,7 @@ &usdhc3 { status = "okay"; }; -&wdog3 { - pinctrl-names = "default"; - pinctrl-0 = <&pinctrl_wdog>; - fsl,ext-reset-output; - status = "okay"; -}; - -&xcvr { - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&pinctrl_spdif>; - pinctrl-1 = <&pinctrl_spdif_sleep>; - assigned-clocks = <&clk IMX93_CLK_SPDIF>, - <&clk IMX93_CLK_AUDIO_XCVR>; - assigned-clock-parents = <&clk IMX93_CLK_AUDIO_PLL>, - <&clk IMX93_CLK_SYS_PLL_PFD1_DIV2>; - assigned-clock-rates = <12288000>, <200000000>; - status = "okay"; -}; - &iomuxc { - pinctrl_eqos: eqosgrp { - fsl,pins = < - MX93_PAD_ENET1_MDC__ENET_QOS_MDC0x57equoted
- MX93_PAD_ENET1_MDIO__ENET_QOS_MDIO0x57equoted
- MX93_PAD_ENET1_RD0__ENET_QOS_RGMII_RD00x57equoted
- MX93_PAD_ENET1_RD1__ENET_QOS_RGMII_RD10x57equoted
- MX93_PAD_ENET1_RD2__ENET_QOS_RGMII_RD20x57equoted
- MX93_PAD_ENET1_RD3__ENET_QOS_RGMII_RD30x57equoted
-MX93_PAD_ENET1_RXC__CCM_ENET_QOS_CLOCK_GENERATE_RX_CL K 0x58equoted
-MX93_PAD_ENET1_RX_CTL__ENET_QOS_RGMII_RX_CTL 0x57equoted
- MX93_PAD_ENET1_TD0__ENET_QOS_RGMII_TD00x57equoted
- MX93_PAD_ENET1_TD1__ENET_QOS_RGMII_TD10x57equoted
- MX93_PAD_ENET1_TD2__ENET_QOS_RGMII_TD20x57equoted
- MX93_PAD_ENET1_TD3__ENET_QOS_RGMII_TD30x57equoted
-MX93_PAD_ENET1_TXC__CCM_ENET_QOS_CLOCK_GENERATE_TX_CL K 0x58equoted
-MX93_PAD_ENET1_TX_CTL__ENET_QOS_RGMII_TX_CTL 0x57equoted
- >; - }; - - pinctrl_eqos_sleep: eqossleepgrp { - fsl,pins = < - MX93_PAD_ENET1_MDC__GPIO4_IO000x31equoted
- MX93_PAD_ENET1_MDIO__GPIO4_IO010x31equoted
- MX93_PAD_ENET1_RD0__GPIO4_IO100x31equoted
- MX93_PAD_ENET1_RD1__GPIO4_IO110x31equoted
- MX93_PAD_ENET1_RD2__GPIO4_IO120x31equoted
- MX93_PAD_ENET1_RD3__GPIO4_IO130x31equoted
- MX93_PAD_ENET1_RXC__GPIO4_IO090x31equoted
- MX93_PAD_ENET1_RX_CTL__GPIO4_IO080x31equoted
- MX93_PAD_ENET1_TD0__GPIO4_IO050x31equoted
- MX93_PAD_ENET1_TD1__GPIO4_IO040x31equoted
- MX93_PAD_ENET1_TD2__GPIO4_IO030x31equoted
- MX93_PAD_ENET1_TD3__GPIO4_IO020x31equoted
- MX93_PAD_ENET1_TXC__GPIO4_IO070x31equoted
- MX93_PAD_ENET1_TX_CTL__GPIO4_IO060x31equoted
- >; - }; - - pinctrl_fec: fecgrp { - fsl,pins = < - MX93_PAD_ENET2_MDC__ENET1_MDC0x57equoted
- MX93_PAD_ENET2_MDIO__ENET1_MDIO0x57equoted
- MX93_PAD_ENET2_RD0__ENET1_RGMII_RD00x57equoted
- MX93_PAD_ENET2_RD1__ENET1_RGMII_RD10x57equoted
- MX93_PAD_ENET2_RD2__ENET1_RGMII_RD20x57equoted
- MX93_PAD_ENET2_RD3__ENET1_RGMII_RD30x57equoted
- MX93_PAD_ENET2_RXC__ENET1_RGMII_RXC0x58equoted
- MX93_PAD_ENET2_RX_CTL__ENET1_RGMII_RX_CTL0x57equoted
- MX93_PAD_ENET2_TD0__ENET1_RGMII_TD00x57equoted
- MX93_PAD_ENET2_TD1__ENET1_RGMII_TD10x57equoted
- MX93_PAD_ENET2_TD2__ENET1_RGMII_TD20x57equoted
- MX93_PAD_ENET2_TD3__ENET1_RGMII_TD30x57equoted
- MX93_PAD_ENET2_TXC__ENET1_RGMII_TXC0x58equoted
- MX93_PAD_ENET2_TX_CTL__ENET1_RGMII_TX_CTL0x57equoted
- >; - }; - - pinctrl_fec_sleep: fecsleepgrp { - fsl,pins = < - MX93_PAD_ENET2_MDC__GPIO4_IO140x51equoted
- MX93_PAD_ENET2_MDIO__GPIO4_IO150x51equoted
- MX93_PAD_ENET2_RD0__GPIO4_IO240x51equoted
- MX93_PAD_ENET2_RD1__GPIO4_IO250x51equoted
- MX93_PAD_ENET2_RD2__GPIO4_IO260x51equoted
- MX93_PAD_ENET2_RD3__GPIO4_IO270x51equoted
- MX93_PAD_ENET2_RXC__GPIO4_IO230x51equoted
- MX93_PAD_ENET2_RX_CTL__GPIO4_IO220x51equoted
- MX93_PAD_ENET2_TD0__GPIO4_IO190x51equoted
- MX93_PAD_ENET2_TD1__GPIO4_IO180x51equoted
- MX93_PAD_ENET2_TD2__GPIO4_IO170x51equoted
- MX93_PAD_ENET2_TD3__GPIO4_IO160x51equoted
- MX93_PAD_ENET2_TXC__GPIO4_IO210x51equoted
- MX93_PAD_ENET2_TX_CTL__GPIO4_IO200x51equoted
- >; - }; - - pinctrl_flexcan2: flexcan2grp { - fsl,pins = < - MX93_PAD_GPIO_IO25__CAN2_TX 0x139e - MX93_PAD_GPIO_IO27__CAN2_RX 0x139e - >; - }; - - pinctrl_uart1: uart1grp { - fsl,pins = < - MX93_PAD_UART1_RXD__LPUART1_RX0x31equoted
- MX93_PAD_UART1_TXD__LPUART1_TX0x31equoted
- >; - }; - - pinctrl_uart5: uart5grp { - fsl,pins = < - MX93_PAD_DAP_TDO_TRACESWO__LPUART5_TX0x31equoted
- MX93_PAD_DAP_TDI__LPUART5_RX0x31equoted
- MX93_PAD_DAP_TMS_SWDIO__LPUART5_RTS_B0x31equoted
- MX93_PAD_DAP_TCLK_SWCLK__LPUART5_CTS_B0x31equoted
- >; - }; - - pinctrl_lpi2c1: lpi2c1grp { - fsl,pins = < - MX93_PAD_I2C1_SCL__LPI2C1_SCL0x40000b9equoted
- MX93_PAD_I2C1_SDA__LPI2C1_SDA0x40000b9equoted
- >; - }; - - pinctrl_lpi2c2: lpi2c2grp { - fsl,pins = < - MX93_PAD_I2C2_SCL__LPI2C2_SCL0x40000b9equoted
- MX93_PAD_I2C2_SDA__LPI2C2_SDA0x40000b9equoted
- >; - }; - - pinctrl_lpi2c3: lpi2c3grp { - fsl,pins = < - MX93_PAD_GPIO_IO28__LPI2C3_SDA0x40000b9equoted
- MX93_PAD_GPIO_IO29__LPI2C3_SCL0x40000b9equoted
- >; - }; - - pinctrl_pcal6524: pcal6524grp { - fsl,pins = < - MX93_PAD_CCM_CLKO2__GPIO3_IO270x31equoted
- >; - }; - pinctrl_pdm: pdmgrp { fsl,pins = < MX93_PAD_PDM_CLK__PDM_CLK0x31equoted
@@ -848,160 +161,6 @@ MX93_PAD_SAI1_RXD0__GPIO1_IO140x51equoted
>; }; - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
- pinctrl_usdhc1: usdhc1grp { - fsl,pins = < - MX93_PAD_SD1_CLK__USDHC1_CLK0x1582quoted
- MX93_PAD_SD1_CMD__USDHC1_CMD0x40001382quoted
- MX93_PAD_SD1_DATA0__USDHC1_DATA00x40001382quoted
- MX93_PAD_SD1_DATA1__USDHC1_DATA10x40001382quoted
- MX93_PAD_SD1_DATA2__USDHC1_DATA20x40001382quoted
- MX93_PAD_SD1_DATA3__USDHC1_DATA30x40001382quoted
- MX93_PAD_SD1_DATA4__USDHC1_DATA40x40001382quoted
- MX93_PAD_SD1_DATA5__USDHC1_DATA50x40001382quoted
- MX93_PAD_SD1_DATA6__USDHC1_DATA60x40001382quoted
- MX93_PAD_SD1_DATA7__USDHC1_DATA70x40001382quoted
- MX93_PAD_SD1_STROBE__USDHC1_STROBE0x1582quoted
- >; - }; - - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
- pinctrl_usdhc1_100mhz: usdhc1-100mhzgrp { - fsl,pins = < - MX93_PAD_SD1_CLK__USDHC1_CLK0x158equoted
- MX93_PAD_SD1_CMD__USDHC1_CMD0x4000138equoted
- MX93_PAD_SD1_DATA0__USDHC1_DATA00x4000138equoted
- MX93_PAD_SD1_DATA1__USDHC1_DATA10x4000138equoted
- MX93_PAD_SD1_DATA2__USDHC1_DATA20x4000138equoted
- MX93_PAD_SD1_DATA3__USDHC1_DATA30x4000138equoted
- MX93_PAD_SD1_DATA4__USDHC1_DATA40x4000138equoted
- MX93_PAD_SD1_DATA5__USDHC1_DATA50x4000138equoted
- MX93_PAD_SD1_DATA6__USDHC1_DATA60x4000138equoted
- MX93_PAD_SD1_DATA7__USDHC1_DATA70x4000138equoted
- MX93_PAD_SD1_STROBE__USDHC1_STROBE0x158equoted
- >; - }; - - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
- pinctrl_usdhc1_200mhz: usdhc1-200mhzgrp { - fsl,pins = < - MX93_PAD_SD1_CLK__USDHC1_CLK0x15fequoted
- MX93_PAD_SD1_CMD__USDHC1_CMD0x400013fequoted
- MX93_PAD_SD1_DATA0__USDHC1_DATA00x400013fequoted
- MX93_PAD_SD1_DATA1__USDHC1_DATA10x400013fequoted
- MX93_PAD_SD1_DATA2__USDHC1_DATA20x400013fequoted
- MX93_PAD_SD1_DATA3__USDHC1_DATA30x400013fequoted
- MX93_PAD_SD1_DATA4__USDHC1_DATA40x400013fequoted
- MX93_PAD_SD1_DATA5__USDHC1_DATA50x400013fequoted
- MX93_PAD_SD1_DATA6__USDHC1_DATA60x400013fequoted
- MX93_PAD_SD1_DATA7__USDHC1_DATA70x400013fequoted
- MX93_PAD_SD1_STROBE__USDHC1_STROBE0x15fequoted
- >; - }; - - pinctrl_reg_usdhc2_vmmc: regusdhc2vmmcgrp { - fsl,pins = < - MX93_PAD_SD2_RESET_B__GPIO3_IO07 0x31e - >; - }; - - pinctrl_sai3: sai3grp { - fsl,pins = < - MX93_PAD_GPIO_IO26__SAI3_TX_SYNC0x31equoted
- MX93_PAD_GPIO_IO16__SAI3_TX_BCLK0x31equoted
- MX93_PAD_GPIO_IO17__SAI3_MCLK 0x31e - MX93_PAD_GPIO_IO19__SAI3_TX_DATA000x31equoted
- MX93_PAD_GPIO_IO20__SAI3_RX_DATA000x31equoted
- >; - }; - - pinctrl_sai3_sleep: sai3sleepgrp { - fsl,pins = < - MX93_PAD_GPIO_IO26__GPIO2_IO260x51equoted
- MX93_PAD_GPIO_IO16__GPIO2_IO160x51equoted
- MX93_PAD_GPIO_IO17__GPIO2_IO170x51equoted
- MX93_PAD_GPIO_IO19__GPIO2_IO190x51equoted
- MX93_PAD_GPIO_IO20__GPIO2_IO200x51equoted
- >; - }; - - pinctrl_spdif: spdifgrp { - fsl,pins = < - MX93_PAD_GPIO_IO22__SPDIF_IN 0x31e - MX93_PAD_GPIO_IO23__SPDIF_OUT 0x31e - >; - }; - - pinctrl_spdif_sleep: spdifsleepgrp { - fsl,pins = < - MX93_PAD_GPIO_IO22__GPIO2_IO22 0x31e - MX93_PAD_GPIO_IO23__GPIO2_IO23 0x31e - >; - }; - - pinctrl_usdhc2_gpio: usdhc2gpiogrp { - fsl,pins = < - MX93_PAD_SD2_CD_B__GPIO3_IO00 0x31e - >; - }; - - pinctrl_usdhc2_gpio_sleep: usdhc2gpiosleepgrp { - fsl,pins = < - MX93_PAD_SD2_CD_B__GPIO3_IO00 0x51e - >; - }; - - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
- pinctrl_usdhc2: usdhc2grp { - fsl,pins = < - MX93_PAD_SD2_CLK__USDHC2_CLK0x1582quoted
- MX93_PAD_SD2_CMD__USDHC2_CMD0x40001382quoted
- MX93_PAD_SD2_DATA0__USDHC2_DATA00x40001382quoted
- MX93_PAD_SD2_DATA1__USDHC2_DATA10x40001382quoted
- MX93_PAD_SD2_DATA2__USDHC2_DATA20x40001382quoted
- MX93_PAD_SD2_DATA3__USDHC2_DATA30x40001382quoted
- MX93_PAD_SD2_VSELECT__USDHC2_VSELECT 0x51e - >; - }; - - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
- pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp { - fsl,pins = < - MX93_PAD_SD2_CLK__USDHC2_CLK0x158equoted
- MX93_PAD_SD2_CMD__USDHC2_CMD0x4000138equoted
- MX93_PAD_SD2_DATA0__USDHC2_DATA00x4000138equoted
- MX93_PAD_SD2_DATA1__USDHC2_DATA10x4000138equoted
- MX93_PAD_SD2_DATA2__USDHC2_DATA20x4000138equoted
- MX93_PAD_SD2_DATA3__USDHC2_DATA30x4000138equoted
- MX93_PAD_SD2_VSELECT__USDHC2_VSELECT 0x51e - >; - }; - - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
- pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp { - fsl,pins = < - MX93_PAD_SD2_CLK__USDHC2_CLK0x15fequoted
- MX93_PAD_SD2_CMD__USDHC2_CMD0x400013fequoted
- MX93_PAD_SD2_DATA0__USDHC2_DATA00x400013fequoted
- MX93_PAD_SD2_DATA1__USDHC2_DATA10x400013fequoted
- MX93_PAD_SD2_DATA2__USDHC2_DATA20x400013fequoted
- MX93_PAD_SD2_DATA3__USDHC2_DATA30x400013fequoted
- MX93_PAD_SD2_VSELECT__USDHC2_VSELECT 0x51e - >; - }; - - pinctrl_usdhc2_sleep: usdhc2sleepgrp { - fsl,pins = < - MX93_PAD_SD2_CLK__GPIO3_IO01 0x51e - MX93_PAD_SD2_CMD__GPIO3_IO02 0x51e - MX93_PAD_SD2_DATA0__GPIO3_IO03 0x51e - MX93_PAD_SD2_DATA1__GPIO3_IO04 0x51e - MX93_PAD_SD2_DATA2__GPIO3_IO05 0x51e - MX93_PAD_SD2_DATA3__GPIO3_IO06 0x51e - MX93_PAD_SD2_VSELECT__GPIO3_IO19 0x51e - >; - }; - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
pinctrl_usdhc3: usdhc3grp { fsl,pins = <@@ -1054,10 +213,4 @@ pinctrl_usdhc3_wlan: usdhc3wlangrp { MX93_PAD_CCM_CLKO1__GPIO3_IO26 0x31e >; }; - - pinctrl_wdog: wdoggrp { - fsl,pins = < - MX93_PAD_WDOG_ANY__WDOG1_WDOG_ANY0x31equoted
- >; - }; };diff --git a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dtsb/arch/arm64/boot/dts/freescale/imx93-evk-common.dtsi similarity index 79% copy from arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts copy to arch/arm64/boot/dts/freescale/imx93-evk-common.dtsi index acb160d3186c..ddde72e22fcb 100644--- a/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx93-evk-common.dtsi@@ -1,17 +1,11 @@ // SPDX-License-Identifier: (GPL-2.0+ OR MIT) /* - * Copyright 2022 NXP + * Copyright 2022,2026 NXP */ -/dts-v1/; - #include <dt-bindings/usb/pd.h> -#include "imx93.dtsi" / { - model = "NXP i.MX93 11X11 EVK board"; - compatible = "fsl,imx93-11x11-evk", "fsl,imx93"; - aliases { ethernet0 = &fec; ethernet1 = &eqos;@@ -23,6 +17,7 @@ aliases { i2c2 = &lpi2c3; mmc0 = &usdhc1; mmc1 = &usdhc2; + mmc2 = &usdhc3; rtc0 = &bbnsm_rtc; serial0 = &lpuart1; serial1 = &lpuart2;@@ -113,15 +108,6 @@ reg_audio_pwr: regulator-audio-pwr { enable-active-high; }; - reg_m2_pwr: regulator-m2-pwr { - compatible = "regulator-fixed"; - regulator-name = "M.2-power"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - gpio = <&pcal6524 13 GPIO_ACTIVE_HIGH>; - enable-active-high; - }; - reg_usdhc2_vmmc: regulator-usdhc2 { compatible = "regulator-fixed"; pinctrl-names = "default";@@ -134,28 +120,6 @@ reg_usdhc2_vmmc: regulator-usdhc2 { enable-active-high; }; - reg_usdhc3_vmmc: regulator-usdhc3 { - compatible = "regulator-fixed"; - regulator-name = "WLAN_EN"; - regulator-min-microvolt = <3300000>; - regulator-max-microvolt = <3300000>; - vin-supply = <®_m2_pwr>; - gpio = <&pcal6524 20 GPIO_ACTIVE_HIGH>; - /* - * IW612 wifi chip needs more delay than other wifi chips tocompletequoted
- * the host interface initialization after power up, otherwisethequoted
- * internal state of IW612 may be unstable, resulting in thefailure ofquoted
- * the SDIO3.0 switch voltage. - */ - startup-delay-us = <20000>; - enable-active-high; - }; - - usdhc3_pwrseq: usdhc3_pwrseq { - compatible = "mmc-pwrseq-simple"; - reset-gpios = <&pcal6524 12 GPIO_ACTIVE_LOW>; - }; - backlight_lvds: backlight-lvds { compatible = "pwm-backlight"; pwms = <&adp5585 0 100000 0>;@@ -167,44 +131,6 @@ backlight_lvds: backlight-lvds { status = "disabled"; }; - bt_sco_codec: bt-sco-codec { - compatible = "linux,bt-sco"; - #sound-dai-cells = <1>; - }; - - sound-bt-sco { - compatible = "simple-audio-card"; - simple-audio-card,name = "bt-sco-audio"; - simple-audio-card,format = "dsp_a"; - simple-audio-card,bitclock-inversion; - simple-audio-card,frame-master = <&btcpu>; - simple-audio-card,bitclock-master = <&btcpu>; - - btcpu: simple-audio-card,cpu { - sound-dai = <&sai1>; - dai-tdm-slot-num = <2>; - dai-tdm-slot-width = <16>; - }; - - simple-audio-card,codec { - sound-dai = <&bt_sco_codec 1>; - }; - }; - - sound-micfil { - compatible = "fsl,imx-audio-card"; - model = "micfil-audio"; - - pri-dai-link { - link-name = "micfil hifi"; - format = "i2s"; - - cpu { - sound-dai = <&micfil>; - }; - }; - }; - sound-wm8962 { compatible = "fsl,imx-audio-wm8962"; model = "wm8962-audio";@@ -356,12 +282,6 @@ pcal6524: gpio@22 { #interrupt-cells = <2>; interrupt-parent = <&gpio3>; interrupts = <27 IRQ_TYPE_LEVEL_LOW>; - - m2-pcm-level-shifter-hog { - gpio-hog; - gpios = <19 GPIO_ACTIVE_HIGH>; - output-high; - }; }; pmic@25 {@@ -554,16 +474,6 @@ bluetooth { }; }; -&micfil { - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&pinctrl_pdm>; - pinctrl-1 = <&pinctrl_pdm_sleep>; - assigned-clocks = <&clk IMX93_CLK_PDM>; - assigned-clock-parents = <&clk IMX93_CLK_AUDIO_PLL>; - assigned-clock-rates = <49152000>; - status = "okay"; -}; - &mu1 { status = "okay"; };@@ -572,17 +482,6 @@ &mu2 { status = "okay"; }; -&sai1 { - pinctrl-names = "default", "sleep"; - pinctrl-0 = <&pinctrl_sai1>; - pinctrl-1 = <&pinctrl_sai1_sleep>; - assigned-clocks = <&clk IMX93_CLK_SAI1>; - assigned-clock-parents = <&clk IMX93_CLK_AUDIO_PLL>; - assigned-clock-rates = <12288000>; - fsl,sai-mclk-direction-output; - status = "okay"; -}; - &sai3 { pinctrl-names = "default", "sleep"; pinctrl-0 = <&pinctrl_sai3>;@@ -653,21 +552,6 @@ &usdhc2 { no-mmc; }; -&usdhc3 { - pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep"; - pinctrl-0 = <&pinctrl_usdhc3>, <&pinctrl_usdhc3_wlan>; - pinctrl-1 = <&pinctrl_usdhc3_100mhz>, <&pinctrl_usdhc3_wlan>; - pinctrl-2 = <&pinctrl_usdhc3_200mhz>, <&pinctrl_usdhc3_wlan>; - pinctrl-3 = <&pinctrl_usdhc3_sleep>, <&pinctrl_usdhc3_wlan>; - mmc-pwrseq = <&usdhc3_pwrseq>; - vmmc-supply = <®_usdhc3_vmmc>; - bus-width = <4>; - keep-power-in-suspend; - non-removable; - wakeup-source; - status = "okay"; -}; - &wdog3 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_wdog>;@@ -814,40 +698,6 @@ MX93_PAD_CCM_CLKO2__GPIO3_IO270x31equoted
>; }; - pinctrl_pdm: pdmgrp { - fsl,pins = < - MX93_PAD_PDM_CLK__PDM_CLK0x31equoted
-MX93_PAD_PDM_BIT_STREAM0__PDM_BIT_STREAM00 0x31equoted
-MX93_PAD_PDM_BIT_STREAM1__PDM_BIT_STREAM01 0x31equoted
- >; - }; - - pinctrl_pdm_sleep: pdmsleepgrp { - fsl,pins = < - MX93_PAD_PDM_CLK__GPIO1_IO080x31equoted
- MX93_PAD_PDM_BIT_STREAM0__GPIO1_IO090x31equoted
- MX93_PAD_PDM_BIT_STREAM1__GPIO1_IO100x31equoted
- >; - }; - - pinctrl_sai1: sai1grp { - fsl,pins = < - MX93_PAD_SAI1_TXC__SAI1_TX_BCLK0x31equoted
- MX93_PAD_SAI1_TXFS__SAI1_TX_SYNC 0x31e - MX93_PAD_SAI1_TXD0__SAI1_TX_DATA000x31equoted
- MX93_PAD_SAI1_RXD0__SAI1_RX_DATA000x31equoted
- >; - }; - - pinctrl_sai1_sleep: sai1sleepgrp { - fsl,pins = < - MX93_PAD_SAI1_TXC__GPIO1_IO12 0x51e - MX93_PAD_SAI1_TXFS__GPIO1_IO110x51equoted
- MX93_PAD_SAI1_TXD0__GPIO1_IO130x51equoted
- MX93_PAD_SAI1_RXD0__GPIO1_IO140x51equoted
- >; - }; - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
pinctrl_usdhc1: usdhc1grp { fsl,pins = <@@ -1002,59 +852,6 @@ MX93_PAD_SD2_VSELECT__GPIO3_IO19 0x51e >; }; - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
- pinctrl_usdhc3: usdhc3grp { - fsl,pins = < - MX93_PAD_SD3_CLK__USDHC3_CLK0x1582quoted
- MX93_PAD_SD3_CMD__USDHC3_CMD0x40001382quoted
- MX93_PAD_SD3_DATA0__USDHC3_DATA00x40001382quoted
- MX93_PAD_SD3_DATA1__USDHC3_DATA10x40001382quoted
- MX93_PAD_SD3_DATA2__USDHC3_DATA20x40001382quoted
- MX93_PAD_SD3_DATA3__USDHC3_DATA30x40001382quoted
- >; - }; - - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
- pinctrl_usdhc3_100mhz: usdhc3-100mhzgrp { - fsl,pins = < - MX93_PAD_SD3_CLK__USDHC3_CLK0x158equoted
- MX93_PAD_SD3_CMD__USDHC3_CMD0x4000138equoted
- MX93_PAD_SD3_DATA0__USDHC3_DATA00x4000138equoted
- MX93_PAD_SD3_DATA1__USDHC3_DATA10x4000138equoted
- MX93_PAD_SD3_DATA2__USDHC3_DATA20x4000138equoted
- MX93_PAD_SD3_DATA3__USDHC3_DATA30x4000138equoted
- >; - }; - - /* need to config the SION for data and cmd pad, refer to ERR052021*/quoted
- pinctrl_usdhc3_200mhz: usdhc3-200mhzgrp { - fsl,pins = < - MX93_PAD_SD3_CLK__USDHC3_CLK0x15fequoted
- MX93_PAD_SD3_CMD__USDHC3_CMD0x400013fequoted
- MX93_PAD_SD3_DATA0__USDHC3_DATA00x400013fequoted
- MX93_PAD_SD3_DATA1__USDHC3_DATA10x400013fequoted
- MX93_PAD_SD3_DATA2__USDHC3_DATA20x400013fequoted
- MX93_PAD_SD3_DATA3__USDHC3_DATA30x400013fequoted
- >; - }; - - pinctrl_usdhc3_sleep: usdhc3grpsleepgrp { - fsl,pins = < - MX93_PAD_SD3_CLK__GPIO3_IO20 0x31e - MX93_PAD_SD3_CMD__GPIO3_IO21 0x31e - MX93_PAD_SD3_DATA0__GPIO3_IO22 0x31e - MX93_PAD_SD3_DATA1__GPIO3_IO23 0x31e - MX93_PAD_SD3_DATA2__GPIO3_IO24 0x31e - MX93_PAD_SD3_DATA3__GPIO3_IO25 0x31e - >; - }; - - pinctrl_usdhc3_wlan: usdhc3wlangrp { - fsl,pins = < - MX93_PAD_CCM_CLKO1__GPIO3_IO26 0x31e - >; - }; - pinctrl_wdog: wdoggrp { fsl,pins = < MX93_PAD_WDOG_ANY__WDOG1_WDOG_ANY0x31equoted
-- 2.37.1