/dts-v1/; / { description = "Linux kernel image with one or more FDT blobs"; images { kernel-0{ description = "kernel"; data = /incbin/("Image"); type = "kernel_noload"; arch = "arm64"; os = "linux"; compression = "none"; hash-0{ algo = "sha1"; }; }; fdt-1{ description = "mt8183-kukui-jacuzzi-kappa.dtb"; data = /incbin/("mt8183-kukui-jacuzzi-kappa.dtb"); type = "flat_dt"; arch = "arm64"; compression = "none"; hash-1{ algo = "sha1"; }; }; }; configurations { conf-0{ description = "HP Chromebook 11a"; kernel = "kernel-0"; fdt = "fdt-1"; }; }; };