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

Other platforms, 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-28 10:28:46 +02:00 committed by Carles Cufí
commit 3bf9e84ddc
2 changed files with 4 additions and 4 deletions

View file

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

View file

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