boards: nrf54h20dk: add FLPR code partition in MRAM1X

Add a new 48K partition for FLPR in the MRAM1X region.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-06-27 17:04:10 +02:00 committed by Carles Cufí
commit dd58aa1351

View file

@ -216,6 +216,10 @@
cpuppr_code_partition: partition@e4000 {
reg = <0xe4000 DT_SIZE_K(64)>;
};
cpuflpr_code_partition: partition@f4000 {
reg = <0xf4000 DT_SIZE_K(48)>;
};
};
cpuapp_rw_partitions: cpuapp-rw-partitions {