Skip to content

Commit 38818f7

Browse files
E ShattowConchuOD
authored andcommitted
riscv: dts: starfive: jh7110-pine64-star64: enable USB 3.0 port
One of four USB-A ports on the Pine64 Star64 is USB 3.0 which requires to disable PCIE0 and change the mode of PCIE0 PHY to USB3.0 operation. The remaining three USB-A ports are USB 2.0 with the USB0 PHY and do not conflict with any of PCIE0 or PCIE1. PCIE1 (1-lane) routes to a PCIe X4 connector. Signed-off-by: E Shattow <e@freeshell.de> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
1 parent 65e8b99 commit 38818f7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/riscv/boot/dts/starfive/jh7110-pine64-star64.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,8 @@
100100
pinctrl-0 = <&usb0_pins>;
101101
status = "okay";
102102
};
103+
104+
&usb_cdns3 {
105+
phys = <&usbphy0>, <&pciephy0>;
106+
phy-names = "cdns3,usb2-phy", "cdns3,usb3-phy";
107+
};

0 commit comments

Comments
 (0)