summaryrefslogtreecommitdiff
path: root/test/py/tests/vboot/sandbox-kernel.dts
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/tests/vboot/sandbox-kernel.dts')
-rw-r--r--test/py/tests/vboot/sandbox-kernel.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/py/tests/vboot/sandbox-kernel.dts b/test/py/tests/vboot/sandbox-kernel.dts
new file mode 100644
index 0000000000..a1e853c9ca
--- /dev/null
+++ b/test/py/tests/vboot/sandbox-kernel.dts
@@ -0,0 +1,7 @@
+/dts-v1/;
+
+/ {
+ model = "Sandbox Verified Boot Test";
+ compatible = "sandbox";
+
+};