1// 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};
27