blob: 17b6be00470c2208ce73f6ff8f658169abdab638 [file] [log] [blame]
Simon Glasscec34ba2019-07-08 14:25:28 -06001/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};