aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/vboot/sandbox-u-boot.dts
blob: 5809c62fc1cf445176394d08ee0f1467093462aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/dts-v1/;

/ {
	model = "Sandbox Verified Boot Test";
	compatible = "sandbox";

	binman {
	};

	reset@0 {
		compatible = "sandbox,reset";
	};
};