linux-loongson/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0008.dts
Dara Stotland b8b248de00 arm64: tegra: Create SKU8 AGX Orin board file
The existing tegra234-p3737-0000+p3701-0000.dtb is compatible
with the following modules:

p3701-0000
p3701-0004
p3701-0005

Add support for p3701-0008. Move data that is common to all SKUs
to a new file called tegra234-p3737-0000+p3701.dtsi. Update Makefile.

Signed-off-by: Dara Stotland <dstotland@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2024-10-21 14:59:14 +02:00

12 lines
307 B
Plaintext

// SPDX-License-Identifier: GPL-2.0
/dts-v1/;
// Module files must be included first
#include "tegra234-p3701-0008.dtsi"
#include "tegra234-p3737-0000+p3701.dtsi"
/ {
model = "NVIDIA Jetson AGX Orin Developer Kit";
compatible = "nvidia,p3737-0000+p3701-0008", "nvidia,p3701-0008", "nvidia,tegra234";
};