blob: fd803f57fba81205a0173f09c81a152a65734f31 [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 offset = <0x80>;
17 };
18 };
19};