Skip to content

Commit

Permalink
arm64: tegra: Enable UART instance on 40-pin header
Browse files Browse the repository at this point in the history
On P3737 board, UART-A is available on 40-pin header. Enable UART-A for
P3737 and change the compatible string to "nvidia,tegra194-hsuart". This
allows supporting HW flow control and is the preferred choice for higher
baud rates.

Signed-off-by: kartik <kkartik@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
kartik authored and thierryreding committed Feb 24, 2022
1 parent 621e12a commit ff578db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
aliases {
mmc3 = "/bus@0/mmc@3460000";
serial0 = &tcu;
serial1 = &uarta;
};

bus@0 {
Expand Down Expand Up @@ -1743,6 +1744,11 @@
};
};

serial@3100000 {
compatible = "nvidia,tegra194-hsuart";
status = "okay";
};

hda@3510000 {
nvidia,model = "NVIDIA Jetson AGX Orin HDA";
};
Expand Down

0 comments on commit ff578db

Please sign in to comment.