Browse Source

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>
pull/76731/head
Gerard Marull-Paretas 1 year ago committed by Carles Cufí
parent
commit
3bf9e84ddc
  1. 4
      snippets/nordic-flpr-xip/boards/nrf54l15pdk_nrf54l15_cpuapp.overlay
  2. 4
      snippets/nordic-flpr-xip/nordic-flpr-xip.overlay

4
snippets/nordic-flpr-xip/boards/nrf54l15pdk_nrf54l15_cpuapp.overlay

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

4
snippets/nordic-flpr-xip/nordic-flpr-xip.overlay

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

Loading…
Cancel
Save