blob: f0c21bfe9fc4bc7d3129721e0315f3d0de18309b [file] [log] [blame]
Simon Glass24d0d3c2018-07-17 13:25:47 -06001// 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 content = <&u_boot &dtb>;
14 keyblock = "firmware.keyblock";
15 signprivate = "firmware_data_key.vbprivk";
16 version = <1>;
17 kernelkey = "kernel_subkey.vbpubk";
18 preamble-flags = <1>;
19 };
20
21 /*
22 * Put this after the vblock so that its contents are not
23 * available when the vblock first tries to obtain its contents
24 */
25 dtb: u-boot-dtb {
26 };
27 };
28};