blob: ac09a98b782f918fc5dd9f9eb8ce23ab8876b33b [file] [log] [blame]
/dts-v1/;
/ {
description = "U-Boot fitImage for Linux 4.19.106 on Coral MT8516";
#address-cells = <1>;
images {
kernel@1 {
description = "Linux kernel";
data = /incbin/("../arch/arm64/boot/Image.gz");
type = "kernel";
arch = "arm64";
os = "linux";
compression = "gzip";
load = <0x40080000>;
entry = <0x40080000>;
hash@1 {
algo = "sha256";
};
};
fdt@1 {
description = "Flattened Device Tree blob";
data = /incbin/("../arch/arm64/boot/dts/mediatek/mt8167-coral.dtb");
type = "flat_dt";
arch = "arm64";
compression = "none";
load = <0x42000000>;
hash@1 {
algo = "sha256";
};
};
};
configurations {
default = "conf@1";
conf@1 {
description = "Boot Linux kernel with FDT blob";
kernel = "kernel@1";
fdt = "fdt@1";
signature@1 {
algo = "sha256,rsa2048";
key-name-hint="dev";
sign-images="fdt","kernel";
};
};
};
};