blob: 38b2f39d0205dcd3af57b9d389d651dce068b6f4 [file] [log] [blame]
Simon Glass10f9d002019-07-20 12:23:50 -06001// 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};