blob: fd5f018c9239f472ea72dcd5999b1f5f25fe899b [file] [log] [blame]
Simon Glassc64aea52018-09-14 04:57:34 -06001// 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;
Simon Glassb1d414c2021-04-03 11:05:10 +130010 size = <0x180>;
Simon Glassc64aea52018-09-14 04:57:34 -060011 u-boot {
12 };
13 section {
14 pad-byte = <0x62>;
15 intel-mrc {
16 };
17 fmap {
18 offset = <0x20>;
19 };
20 };
21 };
22};