1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) * 1 /* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 2 / { 2 / { 3 images { 3 images { 4 fdt-serval_pcb105 { 4 fdt-serval_pcb105 { 5 description = "MSCC Se 5 description = "MSCC Serval PCB105 Device Tree"; 6 data = /incbin/("boot/ 6 data = /incbin/("boot/dts/mscc/serval_pcb105.dtb"); 7 type = "flat_dt"; 7 type = "flat_dt"; 8 arch = "mips"; 8 arch = "mips"; 9 compression = "none"; 9 compression = "none"; 10 hash { 10 hash { 11 algo = "sha1"; 11 algo = "sha1"; 12 }; 12 }; 13 }; 13 }; 14 }; 14 }; 15 15 16 configurations { 16 configurations { 17 pcb105 { 17 pcb105 { 18 description = "Serval 18 description = "Serval Linux kernel"; 19 kernel = "kernel"; 19 kernel = "kernel"; 20 fdt = "fdt-serval_pcb1 20 fdt = "fdt-serval_pcb105"; 21 ramdisk = "ramdisk"; 21 ramdisk = "ramdisk"; 22 }; 22 }; 23 }; 23 }; 24 }; 24 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.