Skip to content
Snippets Groups Projects
Commit 6301e80c authored by Andre Przywara's avatar Andre Przywara Committed by Hans de Goede
Browse files

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: default avatarAndre Przywara <andre.przywara@arm.com>
Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
parent 6ab224da
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@
aliases {
serial0 = &uart0;
ethernet0 = &emac;
};
soc {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment