boards: nordic: Align with updated Nordic owned memory bindings

Apply the following changes to `nrf54h20dk` and `nrf9280pdk`:

* Convert `perm-*` properties to the newly introduced `nordic,access`,
  both in board files and tests.

* Redefine shared regions to specify multiple access owners per node,
  and ensure that each such region is reserved by one domain at a time.
  `cpuapp_cpurad_ram0x_region` is only enabled by Radiocore, while
  `cpuapp_cpucell_ram0x_region` is only enabled by Application core.

* Divide `shared_ram3x_region` so that each sub-region is owned by a
  different domain. Their addresses must be rounded down to fit the
  current UICR format.

Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
This commit is contained in:
Grzegorz Swiderski 2024-05-03 10:07:30 +02:00 committed by Anas Nashif
commit 13b1cfa5ec
9 changed files with 40 additions and 133 deletions

View file

@ -4,5 +4,5 @@
*/
&cpuapp_ram0x_region {
perm-execute;
nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWXS>;
};