Skip to content

Commit

Permalink
its: r3: add r3mini dtb to fit
Browse files Browse the repository at this point in the history
squashed:
- add emmc config for r3mini
  • Loading branch information
frank-w committed Apr 6, 2024
1 parent e76f3f2 commit 3712d8c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bpi-r3.its
Expand Up @@ -29,6 +29,17 @@
algo = "sha1";
};
};
fdt-base-mini {
description = "Flattened Device Tree blob for r3 mini";
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-mini.dtb");
type = "flat_dt";
arch = "arm64";
load = <0x47000000>;
compression = "none";
hash-1 {
algo = "sha1";
};
};
fdt-ov-sd {
description = "Flattened Device Tree blob";
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3-sd.dtbo");
Expand Down Expand Up @@ -81,6 +92,15 @@
algo = "sha1";
};
};
conf-emmc-mini {
description = "Boot Linux kernel with R3mini + EMMC FDT blob";
kernel = "kernel-1";
fdt = "fdt-base-mini", "fdt-ov-emmc";
//ramdisk = "ramdisk-1";
hash-1 {
algo = "sha1";
};
};
conf-sd-nand {
description = "Boot Linux kernel with SD+NAND FDT blob";
kernel = "kernel-1";
Expand Down

0 comments on commit 3712d8c

Please sign in to comment.