mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 13:09:58 +00:00
arm64: tegra: Enable UART instance on 40-pin header
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>
This commit is contained in:
parent
621e12a138
commit
ff578db7b6
@ -14,6 +14,7 @@ / {
|
|||||||
aliases {
|
aliases {
|
||||||
mmc3 = "/bus@0/mmc@3460000";
|
mmc3 = "/bus@0/mmc@3460000";
|
||||||
serial0 = &tcu;
|
serial0 = &tcu;
|
||||||
|
serial1 = &uarta;
|
||||||
};
|
};
|
||||||
|
|
||||||
bus@0 {
|
bus@0 {
|
||||||
@ -1743,6 +1744,11 @@ interrupt-controller@2a40000 {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
serial@3100000 {
|
||||||
|
compatible = "nvidia,tegra194-hsuart";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
hda@3510000 {
|
hda@3510000 {
|
||||||
nvidia,model = "NVIDIA Jetson AGX Orin HDA";
|
nvidia,model = "NVIDIA Jetson AGX Orin HDA";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user