]> git.ipfire.org Git - thirdparty/u-boot.git/blob - tools/binman/test/75_vblock_no_content.dts
tpm: Add a few new commands for v1
[thirdparty/u-boot.git] / tools / binman / test / 75_vblock_no_content.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
3
4 / {
5 #address-cells = <1>;
6 #size-cells = <1>;
7
8 binman {
9 u_boot: u-boot {
10 };
11
12 vblock {
13 keyblock = "firmware.keyblock";
14 signprivate = "firmware_data_key.vbprivk";
15 version = <1>;
16 kernelkey = "kernel_subkey.vbpubk";
17 preamble-flags = <1>;
18 };
19
20 dtb: u-boot-dtb {
21 };
22 };
23 };