1/* SPDX-License-Identifier: (GPL-2.0 OR MIT) */ 2/ { 3 images { 4 fdt-mobileye-epm5 { 5 description = "Mobileeye MP5 Device Tree"; 6 data = /incbin/("boot/dts/mobileye/eyeq5-epm5.dtb"); 7 type = "flat_dt"; 8 arch = "mips"; 9 compression = "none"; 10 hash { 11 algo = "sha1"; 12 }; 13 }; 14 }; 15 16 configurations { 17 default = "conf-1"; 18 conf-1 { 19 description = "Mobileye EPM5 Linux kernel"; 20 kernel = "kernel"; 21 fdt = "fdt-mobileye-epm5"; 22 }; 23 }; 24}; 25