]> git.sur5r.net Git - u-boot/blob - doc/device-tree-bindings/tpm2/sandbox.txt
mtd: nand: mxs_nand: move register structs to driver data
[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         };