blob: e9eda29983a0ebf7938d83c79b477488f9b79cfa [file] [log] [blame]
Jan Kiszka58c407f2022-01-28 20:37:53 +01001// SPDX-License-Identifier: GPL-2.0+
2
3/dts-v1/;
4
5/ {
6 #address-cells = <1>;
7 #size-cells = <1>;
8
9 binman {
10 fit {
11 description = "test-desc";
12 #address-cells = <1>;
13 fit,fdt-list = "of-list";
14
15 images {
16 @fdt-SEQ {
17 description = "fdt-NAME.dtb";
18 type = "flat_dt";
19 compression = "none";
20 };
21 };
22 };
23 fdtmap {
24 };
25 };
26};