Prepare v2023.10
[platform/kernel/u-boot.git] / tools / binman / test / 118_fdtmap_hdr_pos.dts
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                         offset = <0x80>;
17                 };
18         };
19 };