mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-22 07:01:39 +00:00
12 lines
167 B
Text
12 lines
167 B
Text
|
Sandbox TPMv2.0 bindings
|
||
|
------------------------
|
||
|
|
||
|
Required properties:
|
||
|
- compatible : Should be "sandbox,tpm2"
|
||
|
|
||
|
Example:
|
||
|
|
||
|
tpm {
|
||
|
compatible = "sandbox,tpm2";
|
||
|
};
|