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		end-at-4gb;
11		size = <0x400>;
12		section {
13			size = <0x10>;
14			u-boot {
15			};
16		};
17		fdtmap {
18		};
19		image-header {
20			location = "end";
21		};
22	};
23};
24