diff options
Diffstat (limited to 'test/py/tests/vboot/sandbox-u-boot.dts')
-rw-r--r-- | test/py/tests/vboot/sandbox-u-boot.dts | 10 |
1 files changed, 10 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 0000000000..63f8f401de --- /dev/null +++ b/test/py/tests/vboot/sandbox-u-boot.dts @@ -0,0 +1,10 @@ +/dts-v1/; + +/ { + model = "Sandbox Verified Boot Test"; + compatible = "sandbox"; + + reset@0 { + compatible = "sandbox,reset"; + }; +}; |