094_fmap_x86.dts 241 B

1234567891011121314151617181920
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. end-at-4gb;
  8. size = <0x100>;
  9. pad-byte = <0x61>;
  10. u-boot {
  11. };
  12. intel-mrc {
  13. };
  14. fmap {
  15. offset = <0xffffff20>;
  16. };
  17. };
  18. };