--- u-boot-2019.01.orig/arch/arm/dts/sun8i-v3s-licheepi-zero.dts Tue Jan 15 07:02:36 2019 +++ u-boot-2019.01/arch/arm/dts/sun8i-v3s-licheepi-zero.dts Wed Mar 6 18:09:58 2019 @@ -47,10 +47,11 @@ / { model = "Lichee Pi Zero"; compatible = "licheepi,licheepi-zero", "allwinner,sun8i-v3s"; aliases { + ethernet0 = &emac; serial0 = &uart0; }; chosen { stdout-path = "serial0:115200n8"; @@ -77,7 +78,14 @@ status = "okay"; }; &usbphy { usb0_id_det-gpio = <&pio 5 6 GPIO_ACTIVE_HIGH>; + status = "okay"; +}; + +&emac { + phy-handle = <&int_mii_phy>; + phy-mode = "mii"; + allwinner,leds-active-low; status = "okay"; };