/dts-v1/; / { description = "Kernel fitImage for Arago/6.1.33+gitAUTOINC+40c32565ca/am62xx-evm"; #address-cells = <1>; images { kernel-1 { description = "Linux kernel"; data = /incbin/("linux.bin"); type = "kernel"; arch = "arm64"; os = "linux"; compression = "gzip"; load = <0x81000000>; entry = <0x81000000>; hash-1 { algo = "sha512"; }; }; fdt-ti_k3-am625-sk.dtb { description = "Flattened Device Tree blob"; data = /incbin/("arch/arm64/boot/dts/ti/k3-am625-sk.dtb"); type = "flat_dt"; arch = "arm64"; compression = "none"; load = <0x83000000>; hash-1 { algo = "sha512"; }; }; }; configurations { default = "conf-ti_k3-am625-sk.dtb"; conf-ti_k3-am625-sk.dtb { description = "1 Linux kernel, FDT blob"; kernel = "kernel-1"; fdt = "fdt-ti_k3-am625-sk.dtb"; hash-1 { algo = "sha512"; }; signature-1 { algo = "sha512,rsa4096"; key-name-hint = "custMpk"; padding = "pkcs-1.5"; sign-images = "kernel", "fdt"; }; }; }; };