133_replace_multi.dts 351 B

123456789101112131415161718192021222324252627282930313233
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. multiple-images;
  8. first-image {
  9. size = <0xc00>;
  10. u-boot {
  11. };
  12. fdtmap {
  13. };
  14. u-boot-dtb {
  15. };
  16. image-header {
  17. location = "end";
  18. };
  19. };
  20. image {
  21. fdtmap {
  22. };
  23. u-boot {
  24. };
  25. u-boot-dtb {
  26. };
  27. };
  28. };
  29. };