xref: /openbmc/linux/arch/mips/generic/board-ni169445.its.S (revision a1286968c418185238c4549b6c388ba2aa754fc7)
1*a1286968SJames Hogan/ {
204a85e08SPaul Burton	images {
304a85e08SPaul Burton		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";
904a85e08SPaul Burton			hash@0 {
1004a85e08SPaul Burton				algo = "sha1";
1104a85e08SPaul Burton			};
1204a85e08SPaul Burton		};
1304a85e08SPaul Burton	};
1404a85e08SPaul Burton
1504a85e08SPaul Burton	configurations {
1604a85e08SPaul Burton		conf@ni169445 {
1704a85e08SPaul Burton			description = "NI 169445 Linux Kernel";
1804a85e08SPaul Burton			kernel = "kernel@0";
1904a85e08SPaul Burton			fdt = "fdt@ni169445";
2004a85e08SPaul Burton		};
2104a85e08SPaul Burton	};
2204a85e08SPaul Burton};
23