arm64: dts: ti: k3-j721e-sk: Define aliases at board level
authorNishanth Menon <nm@ti.com>
Thu, 1 Jun 2023 18:31:49 +0000 (13:31 -0500)
committerVignesh Raghavendra <vigneshr@ti.com>
Thu, 15 Jun 2023 05:35:49 +0000 (11:05 +0530)
Define the aliases at the board level instead of using generic aliases
at SoC level.

Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230601183151.1000157-8-nm@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-j721e-sk.dts

index 0b15c44e0e668e4b926c010fb8671f8ba2ef7eef..ce6eb93fca9e21ce39241df16143a1dd5d4b03af 100644 (file)
        compatible = "ti,j721e-sk", "ti,j721e";
        model = "Texas Instruments J721E SK";
 
+       aliases {
+               serial0 = &wkup_uart0;
+               serial1 = &mcu_uart0;
+               serial2 = &main_uart0;
+               serial3 = &main_uart1;
+               ethernet0 = &cpsw_port1;
+               mmc1 = &main_sdhci1;
+       };
+
        chosen {
                stdout-path = "serial2:115200n8";
        };