arm64: tegra: Add DT overlay for Tegra234 Jetson

Add a new overlay for Tegra234 Jetson boards that populates the
necessary device-tree nodes for devices that use out-of-tree drivers.

Bug 3724727

Change-Id: I716079db288f424f2785d02c34236b8796ec099d
Signed-off-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2769629
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Brad Griffis
2022-08-31 19:50:32 +00:00
committed by mobile promotions
parent 417e8e2a69
commit cd6fe5db1d
2 changed files with 14 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
dtbo-y += tegra194-carveouts.dtbo
dtbo-y += tegra194-p3509-0000+p3668-0001-overlay.dtbo
dtbo-y += tegra234-p3737-0000+p3701-0000-overlay.dtbo
dtbo-y += tegra234-jetson.dtbo
# Nvidia internal DT platforms

View File

@@ -0,0 +1,13 @@
/*
* Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES.
*
* SPDX-License-Identifier: GPL-2.0
*/
/dts-v1/;
/plugin/;
/ {
overlay-name = "Tegra234 Jetson Overlay";
compatible = "nvidia,tegra234";
};