mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
arm64: tegra: enable same UARTs for Orin NX/Nano
This patch ensures that Orin NX and Orin Nano enable an identical set of serial ports. UARTA/UARTE will be enabled by adding respective nodes to the board dtsi file. Signed-off-by: Vedant Deshpande <vedantd@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Bug 4707773 Change-Id: I782d858f89a6691c35235165bf233e936b38d632 Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3207077 Reviewed-by: Jon Hunter <jonathanh@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
8fdf97141d
commit
49e2df39c0
@@ -7,24 +7,7 @@
|
|||||||
compatible = "nvidia,p3768-0000+p3767-0000", "nvidia,p3767-0000", "nvidia,tegra234";
|
compatible = "nvidia,p3768-0000+p3767-0000", "nvidia,p3767-0000", "nvidia,tegra234";
|
||||||
model = "NVIDIA Jetson Orin NX Engineering Reference Developer Kit";
|
model = "NVIDIA Jetson Orin NX Engineering Reference Developer Kit";
|
||||||
|
|
||||||
aliases {
|
|
||||||
serial1 = &uarta;
|
|
||||||
serial2 = &uarte;
|
|
||||||
};
|
|
||||||
|
|
||||||
bus@0 {
|
bus@0 {
|
||||||
serial@3100000 {
|
|
||||||
compatible = "nvidia,tegra194-hsuart";
|
|
||||||
reset-names = "serial";
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
serial@3140000 {
|
|
||||||
compatible = "nvidia,tegra194-hsuart";
|
|
||||||
reset-names = "serial";
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
hda@3510000 {
|
hda@3510000 {
|
||||||
nvidia,model = "NVIDIA Jetson Orin NX HDA";
|
nvidia,model = "NVIDIA Jetson Orin NX HDA";
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -9,6 +9,8 @@
|
|||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
serial0 = &tcu;
|
serial0 = &tcu;
|
||||||
|
serial1 = &uarta;
|
||||||
|
serial2 = &uarte;
|
||||||
};
|
};
|
||||||
|
|
||||||
chosen {
|
chosen {
|
||||||
@@ -16,6 +18,18 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
bus@0 {
|
bus@0 {
|
||||||
|
serial@3100000 {
|
||||||
|
compatible = "nvidia,tegra194-hsuart";
|
||||||
|
reset-names = "serial";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
|
serial@3140000 {
|
||||||
|
compatible = "nvidia,tegra194-hsuart";
|
||||||
|
reset-names = "serial";
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
i2c@3160000 {
|
i2c@3160000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user