[PATCH 1/4] arm64: dts: ti: k3-am62a7-sk: Add ethernet alias

From: Siddharth Vadapalli

Date: Tue Aug 11 2026 - 02:11:18 EST


Add the 'ethernet0' alias for the Ethernet interface corresponding to the
CPSW3G instance of the CPSW Ethernet Switch on the AM62A7 Starter Kit.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@xxxxxx>
---
arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
index d3b3675e7a8f..cc07c4b3afa7 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
@@ -25,6 +25,7 @@ aliases {
mmc1 = &sdhci1;
rtc0 = &wkup_rtc0;
rtc1 = &tps659312;
+ ethernet0 = &cpsw_port1;
};

chosen {
--
2.51.1