1
0
Fork 0

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: Tomasz Maciej Nowak <tmn505@gmail.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
alistair/sensors
Tomasz Maciej Nowak 2020-02-27 17:52:32 +01:00 committed by Gregory CLEMENT
parent 05abc6a5de
commit 5253cb8c00
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@
#include "armada-372x.dtsi"
/ {
aliases {
ethernet0 = &eth0;
serial0 = &uart0;
serial1 = &uart1;
};
chosen {
stdout-path = "serial0:115200n8";
};