uboot/tools/binman/test/095_fmap_x86_section.dts
<<
>>
Prefs
   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 = <0x180>;
  11                u-boot {
  12                };
  13                section {
  14                        pad-byte = <0x62>;
  15                        intel-mrc {
  16                        };
  17                        fmap {
  18                                offset = <0x20>;
  19                        };
  20                };
  21        };
  22};
  23