Commit 5253cb8c authored by Tomasz Maciej Nowak's avatar Tomasz Maciej Nowak Committed by Gregory CLEMENT
Browse files

arm64: dts: marvell: espressobin: add ethernet alias



The maker of this board and its variants, stores MAC address in U-Boot
environment. Add alias for bootloader to recognise, to which ethernet
node inject the factory MAC address.

Signed-off-by: default avatarTomasz Maciej Nowak <tmn505@gmail.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 05abc6a5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -13,6 +13,12 @@
#include "armada-372x.dtsi"

/ {
	aliases {
		ethernet0 = &eth0;
		serial0 = &uart0;
		serial1 = &uart1;
	};

	chosen {
		stdout-path = "serial0:115200n8";
	};