Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 239_replace_with_bintool.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                 _testing {
17                         require-bintool-for-contents;
18                         require-bintool-for-pack;
19                 };
20
21                 fdtmap {
22                 };
23
24                 u-boot2 {
25                         type = "u-boot";
26                 };
27
28                 text {
29                         text = "some text";
30                 };
31
32                 u-boot-dtb {
33                 };
34
35                 image-header {
36                         location = "end";
37                 };
38         };
39 };