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-0003
Add tegra234-p3737-0000+p3701-0000-as-p3767-0003.dtbo which can be applied on p3701-0000 and p3701-0005 to emulate p3767-0003. Bug 4196830 Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com> Change-Id: If2328ce300658b21adda268e052de83d5fa89800 Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3000485 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
b2de83215c
commit
4348607bf9
@@ -17,6 +17,7 @@ dtbo-y += tegra234-jetson.dtbo
|
||||
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-0001.dtbo
|
||||
dtbo-y += tegra234-p3737-0000+p3701-0000-as-p3767-0003.dtbo
|
||||
dtbo-y += tegra234-p3737-0000+p3701-0000-dynamic.dtbo
|
||||
dtbo-y += tegra234-p3768-0000+p3767-0000-dynamic.dtbo
|
||||
dtbo-y += tegra234-p3737-0000+p3701-0000-audio-adafruit-uda1334a.dtbo
|
||||
|
||||
60
overlay/tegra234-p3737-0000+p3701-0000-as-p3767-0003.dts
Normal file
60
overlay/tegra234-p3737-0000+p3701-0000-as-p3767-0003.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-0003 Emulation Overlay";
|
||||
|
||||
fragment-t234-p3701-0000-as-p3767-0003@0 {
|
||||
target-path = "/";
|
||||
board_config {
|
||||
ids = "3701-0000-*", "3701-0005-*";
|
||||
};
|
||||
__overlay__ {
|
||||
compatible = "nvidia,p3737-0000+p3701-0000-as-p3767-0003", "nvidia,tegra234";
|
||||
model = "Jetson AGX Orin as Nano 8GB";
|
||||
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