kernel/arch/arm64/boot/dts/socionext/uniphier-ld20-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 { .. .. @@ -140,11 +141,15 @@ 140 141 }; 141 142 142 143 &mdio { 143 - ethphy: ethphy@1 {144 + ethphy: ethernet-phy@1 {144 145 reg = <1>; 145 146 }; 146 147 }; 147 148 149 +&usb {150 + status = "okay";151 +};152 +148 153 &nand { 149 154 status = "okay"; 150 155 };