blob: 449fccc41dfe3726c7d1419b1fcd045bad24b4d3 [file] [log] [blame]
Simon Glass8d8bf4e2019-07-08 14:25:44 -06001// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 #address-cells = <1>;
7 #size-cells = <1>;
8
9 binman {
10 size = <0xc00>;
11 u-boot {
12 };
13 section {
14 align = <0x100>;
15 cbfs {
16 size = <0x400>;
17 u-boot {
18 cbfs-type = "raw";
19 };
20 u-boot-dtb {
21 cbfs-type = "raw";
22 cbfs-compress = "lzma";
23 cbfs-offset = <0x80>;
24 };
25 };
26 u-boot-dtb {
27 compress = "lz4";
28 };
29 };
30 fdtmap {
31 };
32 image-header {
33 location = "end";
34 };
35 };
36};