blob: dc3e340c5d62c6457222b8197329e0030fed5164 [file] [log] [blame]
Simon Glassd92c8362020-10-26 17:40:25 -06001// SPDX-License-Identifier: GPL-2.0+
2/dts-v1/;
3
4/ {
5 binman {
6 section {
7 compress = "lz4";
8 blob {
9 filename = "compress";
10 };
11
12 u-boot {
13 };
14 };
15 };
16};