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