055_sections.dts 359 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. size = <0x10>;
  12. pad-byte = <0x21>;
  13. u-boot {
  14. };
  15. };
  16. section@1 {
  17. size = <0x10>;
  18. pad-byte = <0x61>;
  19. u-boot {
  20. };
  21. };
  22. section@2 {
  23. u-boot {
  24. };
  25. };
  26. };
  27. };