Commit 96ff27ce authored by Gautham Srinivasan's avatar Gautham Srinivasan Committed by Thierry Reding

arm64: tegra: Enable UARTA and UARTE for Orin Nano

Activate UARTA and UARTE functionalities for Orin Nano.

- UARTA is accessible via the 40-pin header with pin 8 and 10 (TX/RX)
- UARTE utilizes the M2.E connector
Signed-off-by: default avatarGautham Srinivasan <gauthams@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 940acdac
......@@ -13,6 +13,8 @@ / {
aliases {
serial0 = &tcu;
serial1 = &uarta;
serial2 = &uarte;
};
chosen {
......@@ -20,6 +22,18 @@ chosen {
};
bus@0 {
serial@3100000 {
compatible = "nvidia,tegra194-hsuart";
reset-names = "serial";
status = "okay";
};
serial@3140000 {
compatible = "nvidia,tegra194-hsuart";
reset-names = "serial";
status = "okay";
};
serial@31d0000 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment