kernel/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
.. .. @@ -30,6 +30,7 @@ 30 30 i2c3 = &i2c3; 31 31 i2c4 = &i2c4; 32 32 i2c5 = &i2c5; 33 + ethernet0 = ð33 34 }; 34 35 35 36 memory@80000000 { .. .. @@ -156,11 +157,15 @@ 156 157 }; 157 158 158 159 &mdio { 159 - ethphy: ethphy@1 {160 + ethphy: ethernet-phy@1 {160 161 reg = <1>; 161 162 }; 162 163 }; 163 164 164 165 &nand { 165 166 status = "okay"; 167 +168 + nand@0 {169 + reg = <0>;170 + };166 171 };