// SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2020 NXP */ / { aliases { usbgadget0 = &usbg1; usbgadget1 = &usbg2; gpio8 = &pca6416_a; gpio9 = &pca6416_b; }; usbg1: usbg1 { compatible = "fsl,imx27-usb-gadget"; dr_mode = "peripheral"; chipidea,usb = <&usbotg1>; status = "okay"; u-boot,dm-spl; }; usbg2: usbg2 { compatible = "fsl,imx27-usb-gadget"; dr_mode = "peripheral"; chipidea,usb = <&usbotg2>; status = "okay"; u-boot,dm-spl; }; }; &{/imx8dxl-pm} { u-boot,dm-spl; }; &mu { u-boot,dm-spl; }; &clk { u-boot,dm-spl; }; &iomuxc { u-boot,dm-spl; }; &{/regulators} { u-boot,dm-spl; }; ®_usdhc2_vmmc { u-boot,dm-spl; }; ®_usb_otg1_vbus { u-boot,dm-spl; }; ®_usb_otg2_vbus { u-boot,dm-spl; }; &{/mu@5d1c0000/iomuxc/imx8dxl-evk} { u-boot,dm-spl; }; &pinctrl_lpuart0 { u-boot,dm-spl; }; &pinctrl_usdhc2_gpio { u-boot,dm-spl; }; &pinctrl_usdhc2 { u-boot,dm-spl; }; &pinctrl_usdhc2_100mhz { u-boot,dm-spl; }; &pinctrl_usdhc2_200mhz { u-boot,dm-spl; }; &pinctrl_flexspi0 { u-boot,dm-spl; }; &pd_lsio { u-boot,dm-spl; }; &pd_lsio_gpio4 { u-boot,dm-spl; }; &pd_lsio_gpio5 { u-boot,dm-spl; }; &pd_conn { u-boot,dm-spl; }; &pd_conn_sdch0 { u-boot,dm-spl; }; &pd_conn_sdch1 { u-boot,dm-spl; }; &pd_dma { u-boot,dm-spl; }; &pd_dma_lpuart0 { u-boot,dm-spl; }; &pd_lsio_flexspi0 { u-boot,dm-spl; }; &pd_conn_usbotg0 { u-boot,dm-spl; }; &pd_conn_usbotg0_phy { u-boot,dm-spl; }; &pd_conn_usbotg1 { u-boot,dm-spl; }; &pd_conn_usbotg1_phy { u-boot,dm-spl; }; &gpio4 { u-boot,dm-spl; }; &gpio5 { u-boot,dm-spl; }; &lpuart0 { u-boot,dm-spl; }; &usdhc2 { u-boot,dm-spl; sd-uhs-sdr104; sd-uhs-ddr50; }; &flexspi0 { u-boot,dm-spl; }; &flash0 { u-boot,dm-spl; }; &usbphy1 { u-boot,dm-spl; }; &usbmisc1 { u-boot,dm-spl; }; &usbotg1 { u-boot,dm-spl; }; ðphy0 { reset-gpios = <&pca6416_a 2 GPIO_ACTIVE_LOW>; reset-assert-us = <10000>; reset-deassert-us = <150000>; vddio0: vddio-regulator { regulator-name = "VDDIO"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; }; }; &eqos { compatible = "fsl,imx-eqos"; phy-mode = "rgmii-id"; }; &usbphy2 { u-boot,dm-spl; }; &usbmisc2 { u-boot,dm-spl; }; &usbotg2 { u-boot,dm-spl; };