Commit 0cc356ce authored by Anton Kirilov's avatar Anton Kirilov Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: Enable the USB 3.0 port on NanoPi R6C/R6S



Enable the USB 3.0 port on FriendlyElec NanoPi R6C/R6S boards.

Signed-off-by: default avatarAnton Kirilov <anton.kirilov@arm.com>
Link: https://lore.kernel.org/r/20241219112532.482891-1-anton.kirilov@arm.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent bd266303
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -774,6 +774,15 @@ &tsadc {
	status = "okay";
};

&u2phy0 {
	status = "okay";
};

&u2phy0_otg {
	phy-supply = <&vcc5v0_usb_otg0>;
	status = "okay";
};

&u2phy2 {
	status = "okay";
};
@@ -796,6 +805,15 @@ &usb_host0_ohci {
	status = "okay";
};

&usb_host0_xhci {
	dr_mode = "host";
	status = "okay";
};

&usbdp_phy0 {
	status = "okay";
};

&vop {
	status = "okay";
};