xref: /openbmc/u-boot/tools/binman/test/095_fmap_x86_section.dts (revision 3d5ced9e22d32112a20f9dc0f5fb1f22ef088079)
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};
23