xref: /linux/arch/mips/generic/board-luton.its.S (revision 8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17)
1378e413fSGregory CLEMENT/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */
2378e413fSGregory CLEMENT/ {
3378e413fSGregory CLEMENT	images {
4*e607ff63SNathan Chancellor		fdt-luton_pcb091 {
5378e413fSGregory CLEMENT			description = "MSCC Luton PCB091 Device Tree";
6378e413fSGregory CLEMENT			data = /incbin/("boot/dts/mscc/luton_pcb091.dtb");
7378e413fSGregory CLEMENT			type = "flat_dt";
8378e413fSGregory CLEMENT			arch = "mips";
9378e413fSGregory CLEMENT			compression = "none";
10*e607ff63SNathan Chancellor			hash {
11378e413fSGregory CLEMENT				algo = "sha1";
12378e413fSGregory CLEMENT			};
13378e413fSGregory CLEMENT		};
14378e413fSGregory CLEMENT	};
15378e413fSGregory CLEMENT
16378e413fSGregory CLEMENT	configurations {
17378e413fSGregory CLEMENT		pcb091 {
18378e413fSGregory CLEMENT			description = "Luton Linux kernel";
19*e607ff63SNathan Chancellor			kernel = "kernel";
20*e607ff63SNathan Chancellor			fdt = "fdt-luton_pcb091";
21378e413fSGregory CLEMENT		};
22378e413fSGregory CLEMENT	};
23378e413fSGregory CLEMENT};
24