Merge branch 'master' of git://git.denx.de/u-boot-sh
[platform/kernel/u-boot.git] / tools / binman / test / 95_fmap_x86_section.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
3
4 / {
5         #address-cells = <1>;
6         #size-cells = <1>;
7
8         binman {
9                 end-at-4gb;
10                 size = <0x100>;
11                 u-boot {
12                 };
13                 section {
14                         pad-byte = <0x62>;
15                         intel-mrc {
16                         };
17                         fmap {
18                                 offset = <0x20>;
19                         };
20                 };
21         };
22 };