Skip to content

Commit 006faf9

Browse files
committed
its: r4: add 2g5 config
1 parent a490306 commit 006faf9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

bpi-r4.its

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@
2929
algo = "sha1";
3030
};
3131
};
32+
fdt-base-2g5 {
33+
description = "Flattened Device Tree blob";
34+
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-2g5.dtb");
35+
type = "flat_dt";
36+
arch = "arm64";
37+
load = <0x47000000>;
38+
compression = "none";
39+
hash-1 {
40+
algo = "sha1";
41+
};
42+
};
3243
fdt-ov-sd {
3344
description = "Flattened Device Tree blob";
3445
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-sd.dtbo");
@@ -62,6 +73,15 @@
6273
algo = "sha1";
6374
};
6475
};
76+
conf-base-2g5 {
77+
description = "Boot Linux kernel with base FDT blob";
78+
kernel = "kernel-1";
79+
fdt = "fdt-base-2g5";
80+
//ramdisk = "ramdisk-1";
81+
hash-1 {
82+
algo = "sha1";
83+
};
84+
};
6585
conf-sd {
6686
description = "Boot Linux kernel with SD FDT blob";
6787
kernel = "kernel-1";

0 commit comments

Comments
 (0)