board-ocelot.its.S 798 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
  2. / {
  3. images {
  4. fdt-ocelot_pcb123 {
  5. description = "MSCC Ocelot PCB123 Device Tree";
  6. data = /incbin/("boot/dts/mscc/ocelot_pcb123.dtb");
  7. type = "flat_dt";
  8. arch = "mips";
  9. compression = "none";
  10. hash {
  11. algo = "sha1";
  12. };
  13. };
  14. fdt-ocelot_pcb120 {
  15. description = "MSCC Ocelot PCB120 Device Tree";
  16. data = /incbin/("boot/dts/mscc/ocelot_pcb120.dtb");
  17. type = "flat_dt";
  18. arch = "mips";
  19. compression = "none";
  20. hash {
  21. algo = "sha1";
  22. };
  23. };
  24. };
  25. configurations {
  26. conf-ocelot_pcb123 {
  27. description = "Ocelot Linux kernel";
  28. kernel = "kernel";
  29. fdt = "fdt-ocelot_pcb123";
  30. };
  31. conf-ocelot_pcb120 {
  32. description = "Ocelot Linux kernel";
  33. kernel = "kernel";
  34. fdt = "fdt-ocelot_pcb120";
  35. };
  36. };
  37. };