aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/vboot/sandbox-u-boot-global-pss.dts
blob: c59a68221b93b1098b7539037ec35b2a7df39f4a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// 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";
				padding-name = "pss";
				signature-size = <256>;
				mandatory = "yes";

				key-name = "dev";
			};
		};
	};
};