summaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings/tpm2
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2018-05-15 11:57:26 +0200
committerTom Rini <trini@konsulko.com>2018-05-25 20:13:00 -0400
commit31b106fc1c91e2a339523f6e703825512b4d23b9 (patch)
treeee617de441237f34b392f11da5b9cbc35009868c /doc/device-tree-bindings/tpm2
parent2bae712f7ab9525421662fbbbe1445b00cbee5b0 (diff)
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>
Diffstat (limited to 'doc/device-tree-bindings/tpm2')
-rw-r--r--doc/device-tree-bindings/tpm2/sandbox.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/device-tree-bindings/tpm2/sandbox.txt b/doc/device-tree-bindings/tpm2/sandbox.txt
new file mode 100644
index 0000000000..3d0f727cc4
--- /dev/null
+++ b/doc/device-tree-bindings/tpm2/sandbox.txt
@@ -0,0 +1,11 @@
+Sandbox TPMv2.0 bindings
+------------------------
+
+Required properties:
+- compatible : Should be "sandbox,tpm2"
+
+Example:
+
+ tpm {
+ compatible = "sandbox,tpm2";
+ };