kernel/arch/arm/boot/dts/uniphier-pxs2-vodka.dts
.. .. @@ -24,6 +24,7 @@ 24 24 i2c4 = &i2c4; 25 25 i2c5 = &i2c5; 26 26 i2c6 = &i2c6; 27 + ethernet0 = ð27 28 }; 28 29 29 30 memory@80000000 { .. .. @@ -77,13 +78,21 @@ 77 78 status = "okay"; 78 79 }; 79 80 81 +&emmc {82 + status = "okay";83 +};84 +80 85 ð { 81 86 status = "okay"; 82 87 phy-handle = <ðphy>; 83 88 }; 84 89 85 90 &mdio { 86 - ethphy: ethphy@1 {91 + ethphy: ethernet-phy@1 {87 92 reg = <1>; 88 93 }; 89 94 }; 95 +96 +&usb0 {97 + status = "okay";98 +};