mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Add tegra234-p3737-0000+p3701-0000-as-p3701-0004.dtbo which can be
applied on p3701-0000 and p3701-0005 to emulate p3701-0004.
Bug 4196830
Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com>
Change-Id: I68201cacdec750ff3aed3ecb161ef8063b3749df
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2978923
(cherry picked from commit 85d6d86a2c)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3005856
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
21 lines
517 B
Devicetree
21 lines
517 B
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
overlay-name = "Tegra234 p3701-0000-as-p3701-0004 Emulation Overlay";
|
|
|
|
fragment-t234-p3701-0000-as-p3701-0004@0 {
|
|
target-path = "/";
|
|
board_config {
|
|
ids = "3701-0000-*", "3701-0005-*";
|
|
};
|
|
__overlay__ {
|
|
compatible = "nvidia,p3737-0000+p3701-0000-as-p3701-0004", "nvidia,tegra234";
|
|
model = "Jetson AGX Orin as JAO-40W";
|
|
};
|
|
};
|
|
};
|