/dts-v1/; / { description = "Linux kernel image with one or more FDT blobs"; images { kernel-0{ description = "kernel"; data = /incbin/("zImage"); type = "kernel_noload"; arch = "arm"; os = "linux"; compression = "none"; hash-0{ algo = "sha1"; }; }; fdt-1{ description = "rk3288-veyron-tiger.dtb"; data = /incbin/("rk3288-veyron-tiger.dtb"); type = "flat_dt"; arch = "arm"; compression = "none"; hash-1{ algo = "sha1"; }; }; fdt-2{ description = "rk3288-veyron-fievel.dtb"; data = /incbin/("rk3288-veyron-fievel.dtb"); type = "flat_dt"; arch = "arm"; compression = "none"; hash-2{ algo = "sha1"; }; }; }; configurations { conf-0{ description = "Aopen Chromebase Mini"; kernel = "kernel-0"; fdt = "fdt-1"; }; conf-1{ description = "Aopen Chromebox Mini"; kernel = "kernel-0"; fdt = "fdt-2"; }; }; };