061_fdt_update_bad.dts 418 B

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