mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
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>
20 lines
388 B
Devicetree
20 lines
388 B
Devicetree
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "tegra234-p3768-0000+p3767.dtsi"
|
|
|
|
/ {
|
|
compatible = "nvidia,p3768-0000+p3767-0000", "nvidia,p3767-0000", "nvidia,tegra234";
|
|
model = "NVIDIA Jetson Orin NX Engineering Reference Developer Kit";
|
|
|
|
bus@0 {
|
|
hda@3510000 {
|
|
nvidia,model = "NVIDIA Jetson Orin NX HDA";
|
|
};
|
|
};
|
|
|
|
sound {
|
|
label = "NVIDIA Jetson Orin NX APE";
|
|
};
|
|
};
|