blob: c5744a3c1c8e896c42f7eb59c5b5dc0e000d5572 [file] [log] [blame]
Simon Glass30033c22019-07-20 12:24:15 -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 size = <0xc00>;
11 allow-repack;
12 u-boot {
13 };
14 fdtmap {
15 };
16 u-boot2 {
17 type = "u-boot";
18 };
19 text {
20 text = "some text";
21 };
22 u-boot-dtb {
23 };
24 image-header {
25 location = "end";
26 };
27 };
28};