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

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
......@@ -23,6 +23,12 @@ chosen {
stdout-path = &uart0;
};
aliases {
ethernet0 = &eth0;
ethernet1 = &eth1;
ethernet2 = &eth2;
};
memory {
device_type = "memory";
reg = <0x00000000 0x40000000>; /* 1024 MB */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment