blob: c59a68221b93b1098b7539037ec35b2a7df39f4a [file] [log] [blame]
Philippe Reynes776db4f2022-03-28 22:57:06 +02001// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 model = "Sandbox Verified Boot Test";
7 compatible = "sandbox";
8
9 binman {
10 };
11
12 reset@0 {
13 compatible = "sandbox,reset";
14 };
15
16 image {
17 pre-load {
18 sig {
19 algo-name = "sha256,rsa2048";
20 padding-name = "pss";
21 signature-size = <256>;
22 mandatory = "yes";
23
24 key-name = "dev";
25 };
26 };
27 };
28};