summaryrefslogtreecommitdiff
path: root/arch/mips/generic/board-jaguar2.its.S
blob: c2b8d479b26cd2527124fb471261425e2fbb2ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
/ {
	images {
		fdt-jaguar2_pcb110 {
			description = "MSCC Jaguar2 PCB110 Device Tree";
			data = /incbin/("boot/dts/mscc/jaguar2_pcb110.dtb");
			type = "flat_dt";
			arch = "mips";
			compression = "none";
			hash {
				algo = "sha1";
			};
		};
		fdt-jaguar2_pcb111 {
			description = "MSCC Jaguar2 PCB111 Device Tree";
			data = /incbin/("boot/dts/mscc/jaguar2_pcb111.dtb");
			type = "flat_dt";
			arch = "mips";
			compression = "none";
			hash {
				algo = "sha1";
			};
		};
	};

	configurations {
		pcb110 {
			description = "Jaguar2 Linux kernel";
			kernel = "kernel";
			fdt = "fdt-jaguar2_pcb110";
			ramdisk = "ramdisk";
		};
		pcb111 {
			description = "Jaguar2 Linux kernel";
			kernel = "kernel";
			fdt = "fdt-jaguar2_pcb111";
			ramdisk = "ramdisk";
		};
	};
};