浏览代码

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>
Miquel Raynal 7 年之前
父节点
当前提交
31b106fc1c
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      doc/device-tree-bindings/tpm2/sandbox.txt

+ 11 - 0
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";
+	};