009_pack_extra.dts 448 B

1234567891011121314151617181920212223242526272829303132333435
  1. /dts-v1/;
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. binman {
  6. u-boot {
  7. pad-before = <3>;
  8. pad-after = <5>;
  9. };
  10. u-boot-align-size-nop {
  11. type = "u-boot";
  12. align-size = <4>;
  13. };
  14. u-boot-align-size {
  15. type = "u-boot";
  16. align = <16>;
  17. align-size = <32>;
  18. };
  19. u-boot-align-end {
  20. type = "u-boot";
  21. align-end = <64>;
  22. };
  23. u-boot-align-both {
  24. type = "u-boot";
  25. align = <64>;
  26. align-end = <128>;
  27. };
  28. };
  29. };