166_pad_in_sections.dts 314 B

1234567891011121314151617181920212223242526
  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. section {
  9. pad-byte = <0x21>;
  10. before {
  11. type = "u-boot";
  12. };
  13. u-boot {
  14. pad-before = <12>;
  15. pad-after = <6>;
  16. };
  17. after {
  18. type = "u-boot";
  19. };
  20. };
  21. };
  22. };