arm64: renesas: salvator-x: Setup ethernet0 alias for U-Boot

Add an ethernet0 alias for the wired network card so that U-Boot can
find the device-node and add an appropriate "local-mac-address"
property.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
Geert Uytterhoeven 2015-11-02 13:31:48 +09:00 committed by Simon Horman
parent b2407c566b
commit 10ca6db79a

View file

@ -18,6 +18,7 @@ / {
aliases {
serial0 = &scif2;
serial1 = &scif1;
ethernet0 = &avb;
};
chosen {