u-boot-dhcom.its 702 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /dts-v1/;
  2. / {
  3. description = "U-Boot mainline";
  4. #address-cells = <1>;
  5. images {
  6. uboot {
  7. description = "U-Boot (32-bit)";
  8. data = /incbin/("u-boot-nodtb.bin");
  9. type = "standalone";
  10. os = "U-Boot";
  11. arch = "arm";
  12. compression = "none";
  13. load = <0xc0100000>;
  14. entry = <0xc0100000>;
  15. };
  16. fdt-1 {
  17. description = ".dtb";
  18. data = /incbin/("arch/arm/dts/stm32mp15xx-dhcom-pdk2.dtb");
  19. type = "flat_dt";
  20. arch = "arm";
  21. compression = "none";
  22. };
  23. };
  24. configurations {
  25. default = "config-1";
  26. config-1 {
  27. description = "somrev0_boardrev0"; /* SoM+board model */
  28. loadables = "uboot";
  29. fdt = "fdt-1";
  30. };
  31. /* Add 587-100..587-400 with fdt-2..fdt-4 here */
  32. };
  33. };