rt-thread/bsp/cvitek/cv18xx_risc-v/dtb/milkv-duo-spinor/multi.its

57 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2024-04-09 22:48:57 +08:00
/*
* U-Boot uImage source file with multiple kernels, ramdisks and FDT blobs
*/
/dts-v1/;
/ {
description = "Various kernels, ramdisks and FDT blobs";
#address-cells = <2>;
images {
kernel-1 {
description = "cvitek kernel";
data = /incbin/("./Image.lzma");
type = "kernel";
arch = "riscv";
os = "linux";
compression = "lzma";
load = <0x0 0x80200000>;
entry = <0x0 0x80200000>;
hash-2 {
algo = "crc32";
};
};
/*FDT*/
fdt-cv1800b_milkv_duo_spinor {
description = "cvitek device tree - cv1800b_milkv_duo_spinor";
data = /incbin/("./cv1800b_milkv_duo_spinor.dtb");
type = "flat_dt";
arch = "riscv";
compression = "none";
hash-1 {
algo = "sha256";
};
};
};
/*CFG*/
configurations {
config-cv1800b_milkv_duo_spinor {
description = "boot cvitek system with board cv1800b_milkv_duo_spinor";
kernel = "kernel-1";
fdt = "fdt-cv1800b_milkv_duo_spinor";
};
};
};