snippets: nordic-flpr: move vevif enablement to nRF54L15DK overlay

Other platforms using FLPR, e.g. nRF54H20 do not need this.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-27 16:32:32 +02:00 committed by Carles Cufí
commit 7f49621131
2 changed files with 4 additions and 4 deletions

View file

@ -37,3 +37,7 @@
execution-memory = <&cpuflpr_sram_code_data>;
source-memory = <&cpuflpr_code_partition>;
};
&cpuapp_vevif_tx {
status = "okay";
};

View file

@ -6,7 +6,3 @@
&cpuflpr_vpr {
status = "okay";
};
&cpuapp_vevif_tx {
status = "okay";
};