123456789101112131415161718192021222324 |
- /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
- / {
- images {
- fdt-serval_pcb105 {
- description = "MSCC Serval PCB105 Device Tree";
- data = /incbin/("boot/dts/mscc/serval_pcb105.dtb");
- type = "flat_dt";
- arch = "mips";
- compression = "none";
- hash {
- algo = "sha1";
- };
- };
- };
- configurations {
- pcb105 {
- description = "Serval Linux kernel";
- kernel = "kernel";
- fdt = "fdt-serval_pcb105";
- ramdisk = "ramdisk";
- };
- };
- };
|