mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 04:14:34 +00:00
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";
|
|
};
|