xref: /openbmc/u-boot/doc/device-tree-bindings/tpm2/sandbox.txt (revision d5b7177f9130d8b66e7f20f71ff358fb5619a13a)
1Sandbox TPMv2.0 bindings
2------------------------
3
4Required properties:
5- compatible		: Should be "sandbox,tpm2"
6
7Example:
8
9	tpm {
10 		compatible = "sandbox,tpm2";
11	};
12