1// SPDX-License-Identifier: GPL-2.0+
2/dts-v1/;
3
4/ {
5	binman {
6		section {
7			size = <0x30>;
8			compress = "lz4";
9			blob {
10				filename = "compress";
11			};
12
13			u-boot {
14			};
15		};
16	};
17};
18