095_fmap_x86_section.dts 258 B

12345678910111213141516171819202122
  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 = <0x180>;
  9. u-boot {
  10. };
  11. section {
  12. pad-byte = <0x62>;
  13. intel-mrc {
  14. };
  15. fmap {
  16. offset = <0x20>;
  17. };
  18. };
  19. };
  20. };