• make's avatar
    init · f734d17d
    make authored
    f734d17d
arceos-cv1811h.its 1.01 KiB
/*
 * 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 ArceOS for CV1811H";
			data = /incbin/("helloworld_qemu-virt-riscv.bin");
			type = "kernel";
			arch = "riscv";
			os = "linux";
			compression = "none";
			load = <0x80200000>;
			entry = <0x80200000>;
			hash-2 {
				algo = "crc32";
		/*FDT*/
		fdt-cr1825_wevb_0007a_spinand {
			description = "cvitek device tree - cr1825_wevb_0007a_spinand";
			data = /incbin/("./cr1825_wevb_0007a_spinand.dtb");
			type = "flat_dt";
			arch = "riscv";
			compression = "none";
			hash-1 {
				algo = "sha256";
	/*CFG*/
	configurations {
		default = "config-cr1825_wevb_0007a_spinand";
		config-cr1825_wevb_0007a_spinand {
			description = "boot cvitek system with board cr1825_wevb_0007a_spinand";
			kernel = "kernel-1";
			fdt = "fdt-cr1825_wevb_0007a_spinand";