blob: 646168d84b4e27e7fb067eff8ab0236a0746b1eb [file] [log] [blame]
Simon Glass1de34482019-07-08 13:18:53 -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 cbfs {
11 size = <0x140>;
12 u-boot {
13 type = "text";
14 text = "compress xxxxxxxxxxxxxxxxxxxxxx data";
15 cbfs-type = "raw";
16 cbfs-compress = "lz4";
17 };
18 u-boot-dtb {
19 type = "text";
20 text = "compress xxxxxxxxxxxxxxxxxxxxxx data";
21 cbfs-type = "raw";
22 cbfs-compress = "lzma";
23 };
24 };
25 };
26};