board-epm5.its.S 460 B

123456789101112131415161718192021222324
  1. /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
  2. / {
  3. images {
  4. fdt-mobileye-epm5 {
  5. description = "Mobileeye MP5 Device Tree";
  6. data = /incbin/("boot/dts/mobileye/eyeq5-epm5.dtb");
  7. type = "flat_dt";
  8. arch = "mips";
  9. compression = "none";
  10. hash {
  11. algo = "sha1";
  12. };
  13. };
  14. };
  15. configurations {
  16. default = "conf-1";
  17. conf-1 {
  18. description = "Mobileye EPM5 Linux kernel";
  19. kernel = "kernel";
  20. fdt = "fdt-mobileye-epm5";
  21. };
  22. };
  23. };