xref: /openbmc/linux/arch/mips/generic/board-ni169445.its.S (revision 8be98d2f2a0a262f8bf8a0bc1fdf522b3c7aab17)
1a1286968SJames Hogan/ {
204a85e08SPaul Burton	images {
3*e607ff63SNathan Chancellor		fdt-ni169445 {
404a85e08SPaul Burton			description = "NI 169445 device tree";
504a85e08SPaul Burton			data = /incbin/("boot/dts/ni/169445.dtb");
604a85e08SPaul Burton			type = "flat_dt";
704a85e08SPaul Burton			arch = "mips";
804a85e08SPaul Burton			compression = "none";
9*e607ff63SNathan Chancellor			hash {
1004a85e08SPaul Burton				algo = "sha1";
1104a85e08SPaul Burton			};
1204a85e08SPaul Burton		};
1304a85e08SPaul Burton	};
1404a85e08SPaul Burton
1504a85e08SPaul Burton	configurations {
16*e607ff63SNathan Chancellor		conf-ni169445 {
1704a85e08SPaul Burton			description = "NI 169445 Linux Kernel";
18*e607ff63SNathan Chancellor			kernel = "kernel";
19*e607ff63SNathan Chancellor			fdt = "fdt-ni169445";
2004a85e08SPaul Burton		};
2104a85e08SPaul Burton	};
2204a85e08SPaul Burton};
23