mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
This adds a ftpm node for the fTPM TEE CA driver in the kernel.
Jira L4T-1317
Jira L4T-2972
Bug 200771475
Change-Id: Ie2ba35012006a01f930b1d355cd0bca35cf1a26f
Signed-off-by: Joseph Lo <josephl@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2920215
(cherry picked from commit f8c6ff8c2c)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/2967687
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
32 lines
598 B
Devicetree
32 lines
598 B
Devicetree
// SPDX-License-Identifier: GPL-2.0-only
|
|
// SPDX-FileCopyrightText: Copyright (c) 2023-2024, 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";
|
|
};
|
|
ftpm {
|
|
compatible = "microsoft,ftpm";
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
};
|