diff --git a/Makefile b/Makefile index 322c4a8..9f7cbbd 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ makefile-path := t23x/nv-public dtb-y += tegra234-p3737-0000+p3701-0000.dtb dtb-y += tegra234-p3740-0002+p3701-0008.dtb dtb-y += tegra234-p3768-0000+p3767-0000.dtb +dtb-y += tegra234-p3768-0000+p3767-0005.dtb ifneq ($(dtb-y),) dtb-y := $(addprefix $(makefile-path)/,$(dtb-y)) diff --git a/tegra234-p3767-0005.dtsi b/tegra234-p3767-0005.dtsi new file mode 100644 index 0000000..232fa95 --- /dev/null +++ b/tegra234-p3767-0005.dtsi @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0 + +#include "tegra234-p3767.dtsi" + +/ { + compatible = "nvidia,p3767-0005", "nvidia,tegra234"; + model = "NVIDIA Jetson Orin Nano"; + + bus@0 { + hda@3510000 { + nvidia,model = "NVIDIA Jetson Orin Nano HDA"; + }; + }; +}; diff --git a/tegra234-p3768-0000+p3767-0005.dts b/tegra234-p3768-0000+p3767-0005.dts new file mode 100644 index 0000000..ba66c18 --- /dev/null +++ b/tegra234-p3768-0000+p3767-0005.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0 +/dts-v1/; + +#include +#include + +#include "tegra234-p3767-0005.dtsi" +#include "tegra234-p3768-0000.dtsi" + +/ { + compatible = "nvidia,p3768-0000+p3767-0005", "nvidia,p3767-0005", "nvidia,tegra234"; + model = "NVIDIA Jetson Orin Nano Developer Kit"; +};