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-p3767-0001.dtbo which can be applied on p3701-0000 and p3701-0005 to emulate p3767-0001. Bug 4196830 Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com> Change-Id: If5bf7a21ba20f5af19f680b4a6d92f8999e5be41 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3000424 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
28 lines
620 B
Devicetree
28 lines
620 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-p3767-0001 Emulation Overlay";
|
|
|
|
fragment-t234-p3701-0000-as-p3767-0001@0 {
|
|
target-path = "/";
|
|
board_config {
|
|
ids = "3701-0000-*", "3701-0005-*";
|
|
};
|
|
__overlay__ {
|
|
compatible = "nvidia,p3737-0000+p3701-0000-as-p3767-0001", "nvidia,tegra234";
|
|
model = "Jetson AGX Orin as NX-8GB";
|
|
bus@0 {
|
|
host1x@13e00000 {
|
|
nvdla1@158c0000 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|