067_fmap.dts 345 B

1234567891011121314151617181920212223242526272829
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. section@0 {
  8. read-only;
  9. name-prefix = "ro-";
  10. size = <0x10>;
  11. pad-byte = <0x21>;
  12. u-boot {
  13. };
  14. };
  15. section@1 {
  16. name-prefix = "rw-";
  17. size = <0x10>;
  18. pad-byte = <0x61>;
  19. u-boot {
  20. };
  21. };
  22. fmap {
  23. };
  24. };
  25. };