blob: fba2d7dcf289a13b7a8e0e4d8a111691e424dcc0 [file] [log] [blame]
Simon Glass49b77e82023-03-02 17:02:44 -07001// SPDX-License-Identifier: GPL-2.0+
2/dts-v1/;
3
4/ {
5 binman {
6 allow-repack;
7
8 u-boot-dtb {
9 };
10
11 section {
12 section {
13 blob {
14 filename = "compress";
15 };
16 };
17
18 u-boot {
19 };
20 };
21
22 fdtmap {
23 };
24 };
25};