Re: [PATCH v8 03/13] arm64: dts: freescale: Add the imx8dxl connectivity subsys dtsi

From: Krzysztof Kozlowski
Date: Tue Apr 19 2022 - 07:43:32 EST


On 19/04/2022 13:35, Abel Vesa wrote:

(...)

> +
> + usbmisc2: usbmisc@5b0e0200 {

Generic node names, so maybe "usb"?

> + #index-cells = <1>;
> + compatible = "fsl,imx8dxl-usbmisc", "fsl,imx7ulp-usbmisc";
> + reg = <0x5b0e0200 0x200>;
> + };
> +
> + usbphy2: usbphy@5b110000 {

Generic node names, so "phy".

> + compatible = "fsl,imx8dxl-usbphy", "fsl,imx7ulp-usbphy";
> + reg = <0x5b110000 0x1000>;
> + clocks = <&usb2_2_lpcg IMX_LPCG_CLK_7>;
> + status = "disabled";
> + };
> +


Best regards,
Krzysztof