diff options
Diffstat (limited to 'test/py/tests/vboot/sandbox-u-boot.dts')
-rw-r--r-- | test/py/tests/vboot/sandbox-u-boot.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/py/tests/vboot/sandbox-u-boot.dts b/test/py/tests/vboot/sandbox-u-boot.dts new file mode 100644 index 00000000000..5809c62fc1c --- /dev/null +++ b/test/py/tests/vboot/sandbox-u-boot.dts @@ -0,0 +1,13 @@ +/dts-v1/; + +/ { + model = "Sandbox Verified Boot Test"; + compatible = "sandbox"; + + binman { + }; + + reset@0 { + compatible = "sandbox,reset"; + }; +}; |