diff options
Diffstat (limited to 'roms/u-boot/doc/device-tree-bindings/tpm2/sandbox.txt')
-rw-r--r-- | roms/u-boot/doc/device-tree-bindings/tpm2/sandbox.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/doc/device-tree-bindings/tpm2/sandbox.txt b/roms/u-boot/doc/device-tree-bindings/tpm2/sandbox.txt new file mode 100644 index 000000000..3d0f727cc --- /dev/null +++ b/roms/u-boot/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"; + }; |