]> git.sur5r.net Git - u-boot/blob - doc/device-tree-bindings/tpm2/sandbox.txt
doc: device-tree-bindings: add Sandbox TPMv2.0 module info
[u-boot] / doc / device-tree-bindings / tpm2 / sandbox.txt
1 Sandbox TPMv2.0 bindings
2 ------------------------
3
4 Required properties:
5 - compatible            : Should be "sandbox,tpm2"
6
7 Example:
8
9         tpm {
10                 compatible = "sandbox,tpm2";
11         };