hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/uniphier-pro4-sanji.dts
....@@ -25,6 +25,7 @@
2525 i2c3 = &i2c3;
2626 i2c5 = &i2c5;
2727 i2c6 = &i2c6;
28
+ ethernet0 = ð
2829 };
2930
3031 memory@80000000 {
....@@ -71,13 +72,25 @@
7172 status = "okay";
7273 };
7374
75
+&emmc {
76
+ status = "okay";
77
+};
78
+
7479 &eth {
7580 status = "okay";
7681 phy-handle = <&ethphy>;
7782 };
7883
7984 &mdio {
80
- ethphy: ethphy@1 {
85
+ ethphy: ethernet-phy@1 {
8186 reg = <1>;
8287 };
8388 };
89
+
90
+&usb0 {
91
+ status = "okay";
92
+};
93
+
94
+&usb1 {
95
+ status = "okay";
96
+};