File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
arch/riscv/boot/dts/starfive Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 446
446
status = "disabled";
447
447
};
448
448
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
+
449
470
stgcrg: clock-controller@10230000 {
450
471
compatible = "starfive,jh7110-stgcrg";
451
472
reg = <0x0 0x10230000 0x0 0x10000>;
You can’t perform that action at this time.
0 commit comments