Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 246_collection_other.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                 collection {
11                         content = <&u_boot_nodtb &dtb>;
12                 };
13                 section {
14                         fill {
15                                 size = <2>;
16                                 fill-byte = [ff];
17                         };
18                         u_boot_nodtb: u-boot-nodtb {
19                         };
20                         fill2 {
21                                 type = "fill";
22                                 size = <3>;
23                                 fill-byte = [fe];
24                         };
25                 };
26                 dtb: u-boot-dtb {
27                 };
28         };
29 };