blob: 1409f9e1a10e7c40327030acb508ac1890389148 [file] [log] [blame]
Philippe Reynes5d472d32022-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 signature-size = <256>;
21 mandatory = "yes";
22
23 key-name = "dev";
24 };
25 };
26 };
27};