006_dual_image.dts 206 B

12345678910111213141516171819202122
  1. /dts-v1/;
  2. / {
  3. #address-cells = <1>;
  4. #size-cells = <1>;
  5. binman {
  6. multiple-images;
  7. image1 {
  8. u-boot {
  9. };
  10. };
  11. image2 {
  12. pad-before = <3>;
  13. pad-after = <5>;
  14. u-boot {
  15. };
  16. };
  17. };
  18. };