Commit f1f3e530 authored by Pali Rohár's avatar Pali Rohár Committed by Gregory CLEMENT
Browse files

ARM: dts: turris-omnia: Add ethernet aliases



This allows bootloader to correctly pass MAC addresses used by bootloader
to individual interfaces into kernel device tree.

Signed-off-by: default avatarPali Rohár <pali@kernel.org>
Fixes: 26ca8b52 ("ARM: dts: add support for Turris Omnia")
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 69236d23
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,12 @@ chosen {
		stdout-path = &uart0;
	};

	aliases {
		ethernet0 = &eth0;
		ethernet1 = &eth1;
		ethernet2 = &eth2;
	};

	memory {
		device_type = "memory";
		reg = <0x00000000 0x40000000>; /* 1024 MB */