mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
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:
committed by
mobile promotions
parent
6c6ee3d529
commit
a63d9bdcb8
@@ -9,6 +9,7 @@ dtb-y :=
|
||||
dtbo-y :=
|
||||
makefile-path := t23x/nv-public/overlay
|
||||
|
||||
dtbo-y += tegra-optee.dtbo
|
||||
dtbo-y += tegra234-audio-overlay.dtbo
|
||||
dtbo-y += tegra234-carveouts.dtbo
|
||||
dtbo-y += tegra234-jetson.dtbo
|
||||
|
||||
27
overlay/tegra-optee.dts
Normal file
27
overlay/tegra-optee.dts
Normal 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";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user