kernel/arch/arm/boot/dts/uniphier-pro4-ace.dts
.. .. @@ -26,6 +26,7 @@ 26 26 i2c3 = &i2c3; 27 27 i2c5 = &i2c5; 28 28 i2c6 = &i2c6; 29 + ethernet0 = ð29 30 }; 30 31 31 32 memory@80000000 { .. .. @@ -68,6 +69,10 @@ 68 69 status = "okay"; 69 70 }; 70 71 72 +&sd {73 + status = "okay";74 +};75 +71 76 &usb2 { 72 77 status = "okay"; 73 78 }; .. .. @@ -82,7 +87,15 @@ 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 +};