xref: /openbmc/linux/arch/mips/generic/board-ni169445.its.S (revision 04a85e087ad6cdcb7d06f10c114b8256fdfac783)
1*04a85e08SPaul Burton{
2*04a85e08SPaul Burton	images {
3*04a85e08SPaul Burton		fdt@ni169445 {
4*04a85e08SPaul Burton			description = "NI 169445 device tree";
5*04a85e08SPaul Burton			data = /incbin/("boot/dts/ni/169445.dtb");
6*04a85e08SPaul Burton			type = "flat_dt";
7*04a85e08SPaul Burton			arch = "mips";
8*04a85e08SPaul Burton			compression = "none";
9*04a85e08SPaul Burton			hash@0 {
10*04a85e08SPaul Burton				algo = "sha1";
11*04a85e08SPaul Burton			};
12*04a85e08SPaul Burton		};
13*04a85e08SPaul Burton	};
14*04a85e08SPaul Burton
15*04a85e08SPaul Burton	configurations {
16*04a85e08SPaul Burton		conf@ni169445 {
17*04a85e08SPaul Burton			description = "NI 169445 Linux Kernel";
18*04a85e08SPaul Burton			kernel = "kernel@0";
19*04a85e08SPaul Burton			fdt = "fdt@ni169445";
20*04a85e08SPaul Burton		};
21*04a85e08SPaul Burton	};
22*04a85e08SPaul Burton};
23