blob: a2e773d3f14f411c51d9c4dd039e12a6b8288cd6 [file] [log] [blame]
Zubair Lutfullah Kakakhelb35565b2017-03-31 10:00:41 +01001/ {
2 images {
3 fdt@xilfpga {
4 description = "MIPSfpga (xilfpga) Device Tree";
5 data = /incbin/("boot/dts/xilfpga/nexys4ddr.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@xilfpga {
17 description = "MIPSfpga Linux kernel";
18 kernel = "kernel@0";
19 fdt = "fdt@xilfpga";
20 };
21 };
22};