diff options
author | Nishanth Menon <[email protected]> | 2023-06-01 13:31:49 -0500 |
---|---|---|
committer | Vignesh Raghavendra <[email protected]> | 2023-06-15 11:05:49 +0530 |
commit | d1a4304c149d1a26a912d532501ead42e5952501 (patch) | |
tree | 5e9dcae9d3341f58835c27d99afde10eddbbfc18 | |
parent | 4c2c99026ca1525912b40cbc1b69306145ce7082 (diff) |
arm64: dts: ti: k3-j721e-sk: Define aliases at board level
Define the aliases at the board level instead of using generic aliases
at SoC level.
Signed-off-by: Nishanth Menon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vignesh Raghavendra <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-sk.dts b/arch/arm64/boot/dts/ti/k3-j721e-sk.dts index 0b15c44e0e66..ce6eb93fca9e 100644 --- a/arch/arm64/boot/dts/ti/k3-j721e-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-j721e-sk.dts @@ -16,6 +16,15 @@ 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"; }; |