tegra234: overlay: Add optee DT overlay file.

Add the DT overlay for OPTEE that have been copied from the
nvidia-oot branch.

Bug 3733730

Change-Id: I13172d6c6e9930c85f0126477668858dccbbf560
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2916514
This commit is contained in:
Jon Hunter
2022-09-02 13:07:28 +01:00
committed by mobile promotions
parent 6c6ee3d529
commit a63d9bdcb8
2 changed files with 28 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ dtb-y :=
dtbo-y := dtbo-y :=
makefile-path := t23x/nv-public/overlay makefile-path := t23x/nv-public/overlay
dtbo-y += tegra-optee.dtbo
dtbo-y += tegra234-audio-overlay.dtbo dtbo-y += tegra234-audio-overlay.dtbo
dtbo-y += tegra234-carveouts.dtbo dtbo-y += tegra234-carveouts.dtbo
dtbo-y += tegra234-jetson.dtbo dtbo-y += tegra234-jetson.dtbo

27
overlay/tegra-optee.dts Normal file
View File

@@ -0,0 +1,27 @@
// SPDX-License-Identifier: GPL-2.0-only
// Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// Jetson Device-tree overlay for OP-TEE.
/dts-v1/;
/plugin/;
/ {
overlay-name = "OP-TEE overlay";
compatible = "nvidia,tegra234";
fragment@0 {
target-path = "/";
board_config {
sw-modules = "kernel";
};
__overlay__ {
firmware {
optee {
compatible = "linaro,optee-tz";
method = "smc";
status = "disabled";
};
};
};
};
};