131_pack_align_section.dts 311 B

12345678910111213141516171819202122232425262728
  1. /dts-v1/;
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. binman {
  6. u-boot {
  7. };
  8. section0 {
  9. type = "section";
  10. align = <0x10>;
  11. u-boot {
  12. };
  13. };
  14. section1 {
  15. type = "section";
  16. align-size = <0x20>;
  17. u-boot {
  18. };
  19. section2 {
  20. type = "section";
  21. u-boot {
  22. };
  23. };
  24. };
  25. };
  26. };