hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/arch/arm/boot/dts/uniphier-pro4-ace.dts
....@@ -26,6 +26,7 @@
2626 i2c3 = &i2c3;
2727 i2c5 = &i2c5;
2828 i2c6 = &i2c6;
29
+ ethernet0 = ð
2930 };
3031
3132 memory@80000000 {
....@@ -68,6 +69,10 @@
6869 status = "okay";
6970 };
7071
72
+&sd {
73
+ status = "okay";
74
+};
75
+
7176 &usb2 {
7277 status = "okay";
7378 };
....@@ -82,7 +87,15 @@
8287 };
8388
8489 &mdio {
85
- ethphy: ethphy@1 {
90
+ ethphy: ethernet-phy@1 {
8691 reg = <1>;
8792 };
8893 };
94
+
95
+&usb0 {
96
+ status = "okay";
97
+};
98
+
99
+&usb1 {
100
+ status = "okay";
101
+};