blob: 9695024ee9b1c0f39cdf34f746be24f2ad266d2f [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 = <0xb0>;
12 u-boot {
13 cbfs-type = "raw";
14 cbfs-compress = "invalid-algo";
15 };
16 };
17 };
18};