boards: nrf54h20dk: Make execution from RAM default for PPR

In practice, PPR is intended to be running code from RAM, so make this
the default choice for the `nrf54h20dk/nrf54h20/cpuppr` board target.
Keep the MRAM execution option as a `xip` variant of that target,
replacing the `ram` one.

Align the default `cpuapp` configuration for copying PPR's image to RAM
before it boots the child processor.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
Grzegorz Swiderski 2024-03-14 08:39:38 +01:00 committed by Fabio Baltieri
commit 6ff7ec220e
7 changed files with 12 additions and 8 deletions

View file

@ -131,7 +131,8 @@
};
&cpuppr_vpr {
execution-memory = <&cpuppr_code_partition>;
execution-memory = <&cpuppr_code_data>;
source-memory = <&cpuppr_code_partition>;
};
&gpiote130 {