blob: dde833efe980aaa55869277112eaf3b1d71efe69 [file] [log] [blame]
Gregory CLEMENTfe005202020-11-10 12:45:08 +01001/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
2/ {
3 images {
Nathan Chancellore607ff62021-04-09 12:21:28 -07004 fdt-serval_pcb105 {
Gregory CLEMENTfe005202020-11-10 12:45:08 +01005 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";
Nathan Chancellore607ff62021-04-09 12:21:28 -070010 hash {
Gregory CLEMENTfe005202020-11-10 12:45:08 +010011 algo = "sha1";
12 };
13 };
14 };
15
16 configurations {
17 pcb105 {
18 description = "Serval Linux kernel";
Nathan Chancellore607ff62021-04-09 12:21:28 -070019 kernel = "kernel";
20 fdt = "fdt-serval_pcb105";
Gregory CLEMENTfe005202020-11-10 12:45:08 +010021 ramdisk = "ramdisk";
22 };
23 };
24};