Skip to content

Commit 9d591fe

Browse files
Sutter099Yixun Lan
authored andcommitted
riscv: dts: spacemit: Add USB2 PHY node for K1
K1's DWC3 USB 3.0 controller requires two separate PHYs to function: the USB 3.0 combophy (for SuperSpeed) and a USB 2.0 PHY (for High-Speed, Full-Speed, etc.). Add node for this second USB 2.0 PHY (usbphy2). Tested-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Ze Huang <huang.ze@linux.dev> Reviewed-by: Yixun Lan <dlan@gentoo.org> Link: https://lore.kernel.org/r/20260111-k1-usb3dts-v2-v3-1-f5ebd546e904@linux.dev Signed-off-by: Yixun Lan <dlan@gentoo.org>
1 parent 7689c2d commit 9d591fe

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

  • arch/riscv/boot/dts/spacemit

arch/riscv/boot/dts/spacemit/k1.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,14 @@
429429
status = "disabled";
430430
};
431431

432+
usbphy2: phy@c0a30000 {
433+
compatible = "spacemit,k1-usb2-phy";
434+
reg = <0x0 0xc0a30000 0x0 0x200>;
435+
clocks = <&syscon_apmu CLK_USB30>;
436+
#phy-cells = <0>;
437+
status = "disabled";
438+
};
439+
432440
combo_phy: phy@c0b10000 {
433441
compatible = "spacemit,k1-combo-phy";
434442
reg = <0x0 0xc0b10000 0x0 0x1000>;

0 commit comments

Comments
 (0)