Skip to content

Commit 311dc90

Browse files
committed
applications: nrf_desktop: Align RRAM configuration for nRF54L15 PDK
Change aligns RRAM configuration for nRF54L15 PDK. The application does not use cpuflpr core, so whole memory can be used by cpuapp. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
1 parent 55a11d9 commit 311dc90

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

applications/nrf_desktop/configuration/nrf54l15pdk_nrf54l15_cpuapp/boards/nrf54l15pdk_nrf54l15_cpuapp_0_2_1.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
status = "okay";
1010
};
1111

12+
/* Application does not use cpuflpr core. Assign whole RRAM to cpuapp. */
13+
&cpuapp_rram {
14+
reg = < 0x0 DT_SIZE_K(1524) >;
15+
};
16+
1217
/ {
1318
/* Disable pwmleds and redefine them to align configuration with CAF LEDs requirements.
1419
* The configuration needs to match the used board revision (v0.2.0).

applications/nrf_desktop/configuration/nrf54l15pdk_nrf54l15_cpuapp/boards/nrf54l15pdk_nrf54l15_cpuapp_0_3_0.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
status = "okay";
1212
};
1313

14+
/* Application does not use cpuflpr core. Assign whole RRAM to cpuapp. */
15+
&cpuapp_rram {
16+
reg = < 0x0 DT_SIZE_K(1524) >;
17+
};
18+
1419
/ {
1520
/* Disable pwmleds and redefine them to align configuration with CAF LEDs requirements.
1621
* The configuration needs to match the used board revision (v0.3.0).

0 commit comments

Comments
 (0)