Skip to content

Commit

Permalink
arm64: dts: marvell: espressobin: add ethernet alias
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tomasz Maciej Nowak authored and Gregory CLEMENT committed Mar 13, 2020
1 parent 05abc6a commit 5253cb8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/marvell/armada-3720-espressobin.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
#include "armada-372x.dtsi"

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

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

0 comments on commit 5253cb8

Please sign in to comment.