mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
0cf207ec01
Signed-off-by: Wolfgang Denk <wd@denx.de>
11 lines
166 B
Text
11 lines
166 B
Text
Sandbox TPMv2.0 bindings
|
|
------------------------
|
|
|
|
Required properties:
|
|
- compatible : Should be "sandbox,tpm2"
|
|
|
|
Example:
|
|
|
|
tpm {
|
|
compatible = "sandbox,tpm2";
|
|
};
|