1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 08:42:12 +02: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:
Miquel Raynal
2018-05-15 11:57:26 +02:00
committed by Tom Rini
parent 2bae712f7a
commit 31b106fc1c

View File

@@ -0,0 +1,11 @@
Sandbox TPMv2.0 bindings
------------------------
Required properties:
- compatible : Should be "sandbox,tpm2"
Example:
tpm {
compatible = "sandbox,tpm2";
};