blob: 6d2e8a0b8ff04edb1e3b7c9fbbf3710e1cfc5204 [file] [log] [blame]
Simon Glass151bbbf2019-07-08 14:25:41 -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 = <0x100>;
12 u-boot {
13 cbfs-type = "raw";
14 cbfs-compress = "lz4";
15 };
16 u-boot-dtb {
17 cbfs-type = "raw";
18 };
19 };
20 };
21};