sunxi: dts: Pine64: add Ethernet alias

The sun8i-emac driver works fine with the A64 Ethernet IP, but we are
missing an alias entry to trigger the driver instantiation by U-Boot.
Add the line to point U-Boot to the Ethernet DT node.
This enables TFTP boot on the Pine64.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
Andre Przywara 2016-10-21 01:11:46 +01:00 committed by Hans de Goede
parent 6ab224da57
commit 6301e80ccf

View File

@ -46,6 +46,7 @@
aliases {
serial0 = &uart0;
ethernet0 = &emac;
};
soc {