Skip to content

Commit b6b7408

Browse files
Kwiboommind
authored andcommitted
arm64: dts: rockchip: Enable USB 2.0 ports on ArmSoM Sige1
The ArmSoM Sige1 has two USB 2.0 Type-A HOST ports behind an onboard USB hub, and one USB 2.0 Type-C OTG port. Add support for using the USB 2.0 ports on ArmSoM Sige1. The onboard USB hub handles OHCI so only the EHCI controller is enabled. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> [added phy-supply for otg port] Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patch.msgid.link/20260529190355.4148175-5-heiko@sntech.de
1 parent 4e55d52 commit b6b7408

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

arch/arm64/boot/dts/rockchip/rk3528-armsom-sige1.dts

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,3 +480,28 @@
480480
vddio-supply = <&vcc_1v8>;
481481
};
482482
};
483+
484+
&usb_host0_ehci {
485+
status = "okay";
486+
};
487+
488+
&usb_host0_xhci {
489+
extcon = <&usb2phy>;
490+
maximum-speed = "high-speed";
491+
phys = <&usb2phy_otg>;
492+
phy-names = "usb2-phy";
493+
status = "okay";
494+
};
495+
496+
&usb2phy {
497+
status = "okay";
498+
};
499+
500+
&usb2phy_host {
501+
status = "okay";
502+
};
503+
504+
&usb2phy_otg {
505+
phy-supply = <&vcc5v0_usb_otg>;
506+
status = "okay";
507+
};

0 commit comments

Comments
 (0)