arm64: dts: freescale: imx8-apalis: Add ethernet alias

Add alias for the apalis first ethernet interface, this ensures
consistent interface naming (e.g. `end0`) and this is used by the
firmware to correctly set the MAC address.

Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
master
Francesco Dolcini 2025-12-09 09:57:46 +01:00 committed by Shawn Guo
parent 4139384b58
commit 99bd26b4e5
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
#include <dt-bindings/pwm/pwm.h>
/ {
aliases {
ethernet0 = &fec1;
};
chosen {
stdout-path = &lpuart1;
};