mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-03 17:51:23 +00: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>
20 lines
388 B
Plaintext
20 lines
388 B
Plaintext
// 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";
|
|
};
|
|
};
|