OSDN Git Service

arm64: tegra: Enable UART instance on 40-pin header
authorkartik <kkartik@nvidia.com>
Thu, 20 Jan 2022 10:11:51 +0000 (15:41 +0530)
committerThierry Reding <treding@nvidia.com>
Thu, 24 Feb 2022 19:06:53 +0000 (20:06 +0100)
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>
arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts

index 85335c5..34d6a01 100644 (file)
@@ -14,6 +14,7 @@
        aliases {
                mmc3 = "/bus@0/mmc@3460000";
                serial0 = &tcu;
+               serial1 = &uarta;
        };
 
        bus@0 {
                        };
                };
 
+               serial@3100000 {
+                       compatible = "nvidia,tegra194-hsuart";
+                       status = "okay";
+               };
+
                hda@3510000 {
                        nvidia,model = "NVIDIA Jetson AGX Orin HDA";
                };