129_decode_image_nohdr.dts 429 B

123456789101112131415161718192021222324252627282930313233
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /dts-v1/;
  3. / {
  4. #address-cells = <1>;
  5. #size-cells = <1>;
  6. binman {
  7. size = <0xc00>;
  8. u-boot {
  9. };
  10. section {
  11. align = <0x100>;
  12. cbfs {
  13. size = <0x400>;
  14. u-boot {
  15. cbfs-type = "raw";
  16. };
  17. u-boot-dtb {
  18. cbfs-type = "raw";
  19. cbfs-compress = "lzma";
  20. cbfs-offset = <0x80>;
  21. };
  22. };
  23. u-boot-dtb {
  24. compress = "lz4";
  25. };
  26. };
  27. fdtmap {
  28. };
  29. };
  30. };