Skip to content

Commit 1d77c33

Browse files
committed
it: add nand/nor overlays for r4lite
1 parent ace4652 commit 1d77c33

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

bpi-r4.its

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,16 @@
9393
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7987a-bananapi-bpi-r4-lite-emmc.dtbo");
9494
type = "flat_dt";
9595
};
96+
fdt-ov-lite-nand {
97+
description = "Flattened Device Tree blob";
98+
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7987a-bananapi-bpi-r4-lite-nand.dtbo");
99+
type = "flat_dt";
100+
};
101+
fdt-ov-lite-nor {
102+
description = "Flattened Device Tree blob";
103+
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7987a-bananapi-bpi-r4-lite-nor.dtbo");
104+
type = "flat_dt";
105+
};
96106
fdt-ov-lite-1pcie {
97107
description = "DT overlay for R4Lite 1 pcie 2 Lanes";
98108
data = /incbin/("./arch/arm64/boot/dts/mediatek/mt7987a-bananapi-bpi-r4-lite-1pcie-2L.dtbo");
@@ -215,6 +225,14 @@
215225
description = "EMMC FDT overlay blob for R4 Lite";
216226
fdt = "fdt-ov-lite-emmc";
217227
};
228+
ov-lite-nand {
229+
description = "NAND FDT overlay blob for R4 Lite";
230+
fdt = "fdt-ov-lite-nand";
231+
};
232+
ov-lite-nor {
233+
description = "NOR FDT overlay blob for R4 Lite";
234+
fdt = "fdt-ov-lite-nor";
235+
};
218236
ov-lite-1pcie2l {
219237
description = "1 PCIe 2Lane FDT overlay blob for R4 Lite";
220238
fdt = "fdt-ov-lite-1pcie";

0 commit comments

Comments
 (0)