arm64: dts: renesas: renesas-smarc2: Move usb3 nodes to board DTS

The SMARC2 board DTSI is common to multiple SoCs.  Move the USB3 nodes
to the board DTS, as some SoCs (e.g. RZ/G3[SL]) do not support USB3.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://patch.msgid.link/20260324114329.268249-11-biju.das.jz@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
master
Biju Das 2026-03-24 11:43:15 +00:00 committed by Geert Uytterhoeven
parent e130dde0ab
commit 7eeed6cd6a
2 changed files with 6 additions and 8 deletions

View File

@ -280,7 +280,13 @@
vqmmc-supply = <&vqmmc_sd1_pvdd>;
};
&usb3_phy {
status = "okay";
};
&xhci {
pinctrl-0 = <&usb3_pins>;
pinctrl-names = "default";
status = "okay";
};

View File

@ -111,11 +111,3 @@
status = "okay";
};
&usb3_phy {
status = "okay";
};
&xhci {
status = "okay";
};