blob: c9d5c3285615f42b66b0880673479e190f16e86a [file] [log] [blame]
Alper Nebi Yasak1d44c8e2022-03-27 18:31:50 +03001// 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 blob {
13 filename = "compress";
14 };
15
16 u-boot {
17 };
18 };
19
20 fdtmap {
21 };
22 };
23};