blob: 31df518fae6978dd68079f9006c2a9c6565ed1e7 [file] [log] [blame]
Simon Glassdb84b562021-01-06 21:35:19 -07001// 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};