mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
t23x: overlay: support p3701-0000-as-p3767-0004
Add tegra234-p3737-0000+p3701-0000-as-p3767-0004.dtbo which can be
applied on p3701-0000 and p3701-0005 to emulate p3767-0004.
Bug 4196830
Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com>
Change-Id: I32ec52f637c474a0c3ed86ad54a191b07c67cfcd
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3000667
(cherry picked from commit ba1e77ae66)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3006032
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
2ff8525d94
commit
ea531083ad
@@ -19,6 +19,7 @@ dtbo-y += tegra234-p3737-0000+p3701-0000-as-p3701-0004.dtbo
|
|||||||
dtbo-y += tegra234-p3737-0000+p3701-0000-as-p3767-0000.dtbo
|
dtbo-y += tegra234-p3737-0000+p3701-0000-as-p3767-0000.dtbo
|
||||||
dtbo-y += tegra234-p3737-0000+p3701-0000-as-p3767-0001.dtbo
|
dtbo-y += tegra234-p3737-0000+p3701-0000-as-p3767-0001.dtbo
|
||||||
dtbo-y += tegra234-p3737-0000+p3701-0000-as-p3767-0003.dtbo
|
dtbo-y += tegra234-p3737-0000+p3701-0000-as-p3767-0003.dtbo
|
||||||
|
dtbo-y += tegra234-p3737-0000+p3701-0000-as-p3767-0004.dtbo
|
||||||
dtbo-y += tegra234-p3737-0000+p3701-0000-dynamic.dtbo
|
dtbo-y += tegra234-p3737-0000+p3701-0000-dynamic.dtbo
|
||||||
dtbo-y += tegra234-p3768-0000+p3767-0000-dynamic.dtbo
|
dtbo-y += tegra234-p3768-0000+p3767-0000-dynamic.dtbo
|
||||||
dtbo-y += tegra234-p3737-0000+p3701-0000-audio-adafruit-uda1334a.dtbo
|
dtbo-y += tegra234-p3737-0000+p3701-0000-audio-adafruit-uda1334a.dtbo
|
||||||
|
|||||||
60
overlay/tegra234-p3737-0000+p3701-0000-as-p3767-0004.dts
Normal file
60
overlay/tegra234-p3737-0000+p3701-0000-as-p3767-0004.dts
Normal file
@@ -0,0 +1,60 @@
|
|||||||
|
// 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-0004 Emulation Overlay";
|
||||||
|
|
||||||
|
fragment-t234-p3701-0000-as-p3767-0004@0 {
|
||||||
|
target-path = "/";
|
||||||
|
board_config {
|
||||||
|
ids = "3701-0000-*", "3701-0005-*";
|
||||||
|
};
|
||||||
|
__overlay__ {
|
||||||
|
compatible = "nvidia,p3737-0000+p3701-0000-as-p3767-0004", "nvidia,tegra234";
|
||||||
|
model = "Jetson AGX Orin as Nano 4GB";
|
||||||
|
bus@0 {
|
||||||
|
host1x@13e00000 {
|
||||||
|
nvdla0@15880000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
nvdla1@158c0000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
pva0@16000000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
nvenc@154c0000 {
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
/* C1 */
|
||||||
|
pcie@14100000 {
|
||||||
|
max-link-speed = <0x3>;
|
||||||
|
};
|
||||||
|
/* C4 */
|
||||||
|
pcie@14160000 {
|
||||||
|
max-link-speed = <0x3>;
|
||||||
|
};
|
||||||
|
/* C4 End Point */
|
||||||
|
pcie_ep@14160000 {
|
||||||
|
max-link-speed = <0x3>;
|
||||||
|
};
|
||||||
|
/* C7 */
|
||||||
|
pcie@141e0000 {
|
||||||
|
max-link-speed = <0x3>;
|
||||||
|
};
|
||||||
|
/* C8 */
|
||||||
|
pcie@140a0000 {
|
||||||
|
max-link-speed = <0x3>;
|
||||||
|
};
|
||||||
|
/* C9 */
|
||||||
|
pcie@140c0000 {
|
||||||
|
max-link-speed = <0x3>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user