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:
parent
371acf4ea4
commit
7f49621131
2 changed files with 4 additions and 4 deletions
|
@ -37,3 +37,7 @@
|
|||
execution-memory = <&cpuflpr_sram_code_data>;
|
||||
source-memory = <&cpuflpr_code_partition>;
|
||||
};
|
||||
|
||||
&cpuapp_vevif_tx {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -6,7 +6,3 @@
|
|||
&cpuflpr_vpr {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&cpuapp_vevif_tx {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue