forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
....@@ -30,6 +30,7 @@
3030 i2c3 = &i2c3;
3131 i2c4 = &i2c4;
3232 i2c5 = &i2c5;
33
+ ethernet0 = ð
3334 };
3435
3536 memory@80000000 {
....@@ -156,11 +157,15 @@
156157 };
157158
158159 &mdio {
159
- ethphy: ethphy@1 {
160
+ ethphy: ethernet-phy@1 {
160161 reg = <1>;
161162 };
162163 };
163164
164165 &nand {
165166 status = "okay";
167
+
168
+ nand@0 {
169
+ reg = <0>;
170
+ };
166171 };