mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
31b106fc1c
Add Sandbox TPMv2.0 module bindings. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
11 lines
167 B
Text
11 lines
167 B
Text
Sandbox TPMv2.0 bindings
|
|
------------------------
|
|
|
|
Required properties:
|
|
- compatible : Should be "sandbox,tpm2"
|
|
|
|
Example:
|
|
|
|
tpm {
|
|
compatible = "sandbox,tpm2";
|
|
};
|