Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 237_unique_names.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                 size = <0xc00>;
11                 allow-repack;
12
13                 u-boot {
14                 };
15
16                 fdtmap {
17                 };
18
19                 u-boot2 {
20                         type = "u-boot";
21                 };
22
23                 text {
24                         text = "some text";
25                 };
26
27                 u-boot-dtb {
28                 };
29
30                 image-header {
31                         location = "end";
32                 };
33         };
34 };