aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/vboot/sandbox-u-boot-global.dts
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/tests/vboot/sandbox-u-boot-global.dts')
-rw-r--r--test/py/tests/vboot/sandbox-u-boot-global.dts27
1 files changed, 27 insertions, 0 deletions
diff --git a/test/py/tests/vboot/sandbox-u-boot-global.dts b/test/py/tests/vboot/sandbox-u-boot-global.dts
new file mode 100644
index 0000000..1409f9e
--- /dev/null
+++ b/test/py/tests/vboot/sandbox-u-boot-global.dts
@@ -0,0 +1,27 @@
+// SPDX-License-Identifier: GPL-2.0+
+
+/dts-v1/;
+
+/ {
+ model = "Sandbox Verified Boot Test";
+ compatible = "sandbox";
+
+ binman {
+ };
+
+ reset@0 {
+ compatible = "sandbox,reset";
+ };
+
+ image {
+ pre-load {
+ sig {
+ algo-name = "sha256,rsa2048";
+ signature-size = <256>;
+ mandatory = "yes";
+
+ key-name = "dev";
+ };
+ };
+ };
+};