Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / tools / binman / test / 133_replace_multi.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                 multiple-images;
11                 first-image {
12                         size = <0xc00>;
13                         u-boot {
14                         };
15                         fdtmap {
16                         };
17                         u-boot-dtb {
18                         };
19                         image-header {
20                                 location = "end";
21                         };
22                 };
23
24                 image {
25                         fdtmap {
26                         };
27                         u-boot {
28                         };
29                         u-boot-dtb {
30                         };
31                 };
32         };
33 };