arm64: dts: mediatek: mt7988a-bpi-r4: add aliases for ethernet

Add aliases for gmacs to allow bootloader setting mac-adresses.

Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20250709111147.11843-12-linux@fw-web.de
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Frank Wunderlich 2025-07-09 13:09:47 +02:00 committed by Matthias Brugger
parent 32d5a82c5d
commit 0333aa8fa2

View File

@ -9,6 +9,12 @@
#include "mt7988a.dtsi"
/ {
aliases {
ethernet0 = &gmac0;
ethernet1 = &gmac1;
ethernet2 = &gmac2;
};
chosen {
stdout-path = "serial0:115200n8";
};