mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
Disable DLA and PVA for Orin Nano as they are not present. Bug 4338263 Change-Id: I47377db6daa5db9894fa5783bfdbad8ae3a7a9c1 Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3008711 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-by: Rajkumar Kasirajan <rkasirajan@nvidia.com>
26 lines
468 B
Devicetree
26 lines
468 B
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
/dts-v1/;
|
|
|
|
#include "staging/tegra234-p3768-0000+p3767-0004.dts"
|
|
#include "tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi"
|
|
|
|
/ {
|
|
bus@0 {
|
|
host1x@13e00000 {
|
|
nvdla0@15880000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
nvdla1@158c0000 {
|
|
status = "disabled";
|
|
};
|
|
|
|
pva0@16000000 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|
|
};
|