mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
This change adds kernel device tree support for p3767 0000 PX1 platform. Bug 4477796 Bug 4558654 Bug 4571535 Change-Id: I6874406fc5b73c1e108c37526845bf19be4c3472 Signed-off-by: Yi-Wei Wang <yiweiw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3125972 Reviewed-by: Rajkumar Kasirajan <rkasirajan@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
20 lines
433 B
Devicetree
20 lines
433 B
Devicetree
// SPDX-License-Identifier: GPL-2.0
|
|
// SPDX-FileCopyrightText: Copyright (c) 2024, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
|
|
/dts-v1/;
|
|
|
|
#include "tegra234-p3768-0000+p3767-0000-nv.dts"
|
|
|
|
/ {
|
|
compatible = "nvidia,p3768-0000+p3767-0000-px1", "nvidia,p3767-0000", "nvidia,tegra234";
|
|
model = "NVIDIA Orin NX PX1 Developer Kit";
|
|
|
|
bus@0 {
|
|
host1x@13e00000 {
|
|
nvdla1@158c0000 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|
|
};
|