Skip to content

Commit

Permalink
arm64: dts: ti: k3-j7200-common-proc-board: Define aliases at board l…
Browse files Browse the repository at this point in the history
…evel

Define aliases at board level

Signed-off-by: Udit Kumar <u-kumar1@ti.com>
Reviewed-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20230611111140.3189111-6-u-kumar1@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
  • Loading branch information
Udit Kumar authored and Vignesh Raghavendra committed Jun 15, 2023
1 parent 3709ea7 commit c4ba159
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
compatible = "ti,j7200-evm", "ti,j7200";
model = "Texas Instruments J7200 EVM";

aliases {
serial0 = &wkup_uart0;
serial1 = &mcu_uart0;
serial2 = &main_uart0;
serial3 = &main_uart1;
serial5 = &main_uart3;
mmc0 = &main_sdhci0;
mmc1 = &main_sdhci1;
};

chosen {
stdout-path = "serial2:115200n8";
};
Expand Down

0 comments on commit c4ba159

Please sign in to comment.