binman: Skip node generation for images read from files
[platform/kernel/u-boot.git] / tools / binman / test / 219_fit_gennode.dts
1 // 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 };