board-serval.its.S 456 B

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