1/dts-v1/;
2
3/ {
4	#address-cells = <1>;
5	#size-cells = <1>;
6
7	binman {
8		size = <0x400>;
9		sort-by-offset;
10		u-boot {
11			offset = <0x100>;
12		};
13		fdtmap {
14		};
15		image-header {
16			location = "start";
17		};
18	};
19};
20