[PATCH 4/6] ARM: dts: imxrt1050: add usbotg1, usbphy1 and usbmisc nodes

Marek Vasut marex at denx.de
Thu May 20 17:08:01 CEST 2021


On 5/20/21 4:10 PM, Giulio Benetti wrote:

[...]

> @@ -165,5 +166,31 @@
>   			clocks = <&osc>;
>   			status = "disabled";
>   		};
> +
> +		usbphy1: usbphy at 400d9000 {
> +			compatible = "fsl,imxrt-usbphy";

Is there a PHY driver which can match on this compatible ?

> +			reg = <0x400d9000 0x1000>;
> +			interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>;
> +		};
> +
> +		usbmisc: usbmisc at 402e0800 {
> +			#index-cells = <1>;
> +			compatible = "fsl,imxrt-usbmisc";
> +			reg = <0x402e0800 0x200>;
> +			clocks = <&clks IMXRT1050_CLK_USBOH3>;
> +		};
> +
> +		usbotg1: usb at 402e0000 {
> +			compatible = "fsl,imxrt-usb", "fsl,imx27-usb";
> +			reg = <0x402e0000 0x200>;
> +			interrupts = <GIC_SPI 113 IRQ_TYPE_LEVEL_HIGH>;
> +			clocks = <&clks IMXRT1050_CLK_USBOH3>;
> +			fsl,usbphy = <&usbphy1>;

Use phys = <...> .


More information about the U-Boot mailing list