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		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};
29