101_sections_offset.dts 418 B

1234567891011121314151617181920212223242526272829303132333435
  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 = <0x38>;
  9. section@0 {
  10. read-only;
  11. offset = <0x4>;
  12. size = <0x10>;
  13. pad-byte = <0x21>;
  14. u-boot {
  15. };
  16. };
  17. section@1 {
  18. size = <0x10>;
  19. pad-byte = <0x61>;
  20. offset = <0x18>;
  21. u-boot {
  22. };
  23. };
  24. section@2 {
  25. offset = <0x2c>;
  26. u-boot {
  27. };
  28. };
  29. };
  30. };