mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
- Enabled APE nodes. - For Jetson IO tool: - Added required labels. - Defined regulator node. Bug 4287075 Change-Id: I94a92fb460e00da2c59b9e537514a5d0a5b8710e Signed-off-by: Sheetal <sheetal@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2996845 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
19 lines
299 B
Devicetree
19 lines
299 B
Devicetree
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#include "tegra234-p3767.dtsi"
|
|
|
|
/ {
|
|
compatible = "nvidia,p3767-0000", "nvidia,tegra234";
|
|
model = "NVIDIA Jetson Orin NX";
|
|
|
|
sound {
|
|
label = "NVIDIA Jetson Orin NX APE";
|
|
};
|
|
|
|
bus@0 {
|
|
hda@3510000 {
|
|
nvidia,model = "NVIDIA Jetson Orin NX HDA";
|
|
};
|
|
};
|
|
};
|