mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
doc: device-tree-bindings: add Sandbox TPMv2.0 module info
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>
This commit is contained in:
parent
2bae712f7a
commit
31b106fc1c
1 changed files with 11 additions and 0 deletions
11
doc/device-tree-bindings/tpm2/sandbox.txt
Normal file
11
doc/device-tree-bindings/tpm2/sandbox.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
Sandbox TPMv2.0 bindings
|
||||
------------------------
|
||||
|
||||
Required properties:
|
||||
- compatible : Should be "sandbox,tpm2"
|
||||
|
||||
Example:
|
||||
|
||||
tpm {
|
||||
compatible = "sandbox,tpm2";
|
||||
};
|
Loading…
Add table
Reference in a new issue