Skip to content

Commit c2a1008

Browse files
mindachen1987ConchuOD
authored andcommitted
riscv: dts: starfive: Add USB and PCIe PHY nodes for JH7110
Add USB and PCIe PHY dts nodes for the StarFive JH7110 SoC. Signed-off-by: Minda Chen <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent f2b539a commit c2a1008

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

arch/riscv/boot/dts/starfive/jh7110.dtsi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,27 @@
446446
status = "disabled";
447447
};
448448

449+
usbphy0: phy@10200000 {
450+
compatible = "starfive,jh7110-usb-phy";
451+
reg = <0x0 0x10200000 0x0 0x10000>;
452+
clocks = <&syscrg JH7110_SYSCLK_USB_125M>,
453+
<&stgcrg JH7110_STGCLK_USB0_APP_125>;
454+
clock-names = "125m", "app_125m";
455+
#phy-cells = <0>;
456+
};
457+
458+
pciephy0: phy@10210000 {
459+
compatible = "starfive,jh7110-pcie-phy";
460+
reg = <0x0 0x10210000 0x0 0x10000>;
461+
#phy-cells = <0>;
462+
};
463+
464+
pciephy1: phy@10220000 {
465+
compatible = "starfive,jh7110-pcie-phy";
466+
reg = <0x0 0x10220000 0x0 0x10000>;
467+
#phy-cells = <0>;
468+
};
469+
449470
stgcrg: clock-controller@10230000 {
450471
compatible = "starfive,jh7110-stgcrg";
451472
reg = <0x0 0x10230000 0x0 0x10000>;

0 commit comments

Comments
 (0)