Skip to content

Commit

Permalink
ARM: dts: turris-omnia: Add ethernet aliases
Browse files Browse the repository at this point in the history
[ Upstream commit f1f3e53 ]

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

Signed-off-by: Pali Rohár <pali@kernel.org>
Fixes: 26ca8b5 ("ARM: dts: add support for Turris Omnia")
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
pali authored and gregkh committed Dec 31, 2022
1 parent 1a8b127 commit 88b5d11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/armada-385-turris-omnia.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
stdout-path = &uart0;
};

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

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

0 comments on commit 88b5d11

Please sign in to comment.