blob: e4cb4f95a8cc1015f31d63570c962703b7fddca8 [file] [log] [blame]
James Hogana1286962017-10-31 21:41:07 +00001/ {
Paul Burton04a85e02017-08-07 15:37:23 -07002 images {
3 fdt@ni169445 {
4 description = "NI 169445 device tree";
5 data = /incbin/("boot/dts/ni/169445.dtb");
6 type = "flat_dt";
7 arch = "mips";
8 compression = "none";
9 hash@0 {
10 algo = "sha1";
11 };
12 };
13 };
14
15 configurations {
16 conf@ni169445 {
17 description = "NI 169445 Linux Kernel";
18 kernel = "kernel@0";
19 fdt = "fdt@ni169445";
20 };
21 };
22};