Skip to content

Commit 0cc356c

Browse files
akirilov-armmmind
authored andcommitted
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: Anton Kirilov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent bd26630 commit 0cc356c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,15 @@
774774
status = "okay";
775775
};
776776

777+
&u2phy0 {
778+
status = "okay";
779+
};
780+
781+
&u2phy0_otg {
782+
phy-supply = <&vcc5v0_usb_otg0>;
783+
status = "okay";
784+
};
785+
777786
&u2phy2 {
778787
status = "okay";
779788
};
@@ -796,6 +805,15 @@
796805
status = "okay";
797806
};
798807

808+
&usb_host0_xhci {
809+
dr_mode = "host";
810+
status = "okay";
811+
};
812+
813+
&usbdp_phy0 {
814+
status = "okay";
815+
};
816+
799817
&vop {
800818
status = "okay";
801819
};

0 commit comments

Comments
 (0)