dts: optee: Update fTPM v2.0 nodes

This patch updates the fTPM nodes in Tegra234 OP-TEE dts to conform to the fTPM v2.0 design.

Bug 200771475
Bug 4610123

Change-Id: I6a620f7097b9b7a3b6698f50c3cc0e8b83c7c7f8
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3193965
(cherry picked from commit a082494d45)
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3209491
Tested-by: Mark Zhang <markz@nvidia.com>
Reviewed-by: svc-bootloader-acv <svc-bootloader-acv@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Jimmy Zhang <jimmzhang@nvidia.com>
Reviewed-by: Nitin Kumbhar <nkumbhar@nvidia.com>
This commit is contained in:
Mark Zhang
2024-08-14 17:28:43 +08:00
committed by mobile promotions
parent d69491744a
commit 1a33506e87

View File

@@ -96,25 +96,20 @@
secure-status = "disabled";
};
/* This is the Silicon ID public key. */
silicon-id-pubkey@0 {
compatible = "nvidia,ftpm-silicon-id-pubkey";
/*
* This is the Firmware ID private key.
* OP-TEE needs it to sign the EK CSR.
*/
firmware-id-privkey@0 {
compatible = "nvidia,ftpm-firmware-id-privkey";
reg = <0 0 0 0>;
status = "disabled";
secure-status = "disabled";
};
/* This is the signature of the MB2 measurement. */
mb2-event-log-sig@0 {
compatible = "nvidia,ftpm-mb2-event-log-sig";
reg = <0 0 0 0>;
status = "disabled";
secure-status = "disabled";
};
/* This is the signature of the TOS image measurement. */
tos-event-log-sig@0 {
compatible = "nvidia,ftpm-tos-event-log-sig";
/* This is the Firmware ID certificate. */
firmware-id-certificate@0 {
compatible = "nvidia,ftpm-firmware-id-certificate";
reg = <0 0 0 0>;
status = "disabled";
secure-status = "disabled";