Skip to content

Commit a780aec

Browse files
committed
tests: Align with memory ranges revert
Align overlays inside tests with the reverted RAM memory map. Ref: NCSDK-32650 Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent 4177fe2 commit a780aec

File tree

5 files changed

+45
-1
lines changed

5 files changed

+45
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&cpurad_ram0x_region {
8+
reg = <0x2f010000 0x1000>;
9+
ranges = <0x0 0x2f010000 0x1000>;
10+
};
11+
12+
&cpuapp_ram0x_region {
13+
reg = <0x2f011000 0x41000>;
14+
ranges = <0x0 0x2f011000 0x41000>;
15+
};
16+
17+
&cpuapp_data {
18+
reg = <0x1000 0x40000>;
19+
};

tests/benchmarks/multicore/idle/boards/nrf54h20dk_nrf54h20_cpuapp_ram_high_usage.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7+
&cpurad_ram0x_region {
8+
reg = <0x2f010000 0x1000>;
9+
ranges = <0x0 0x2f010000 0x1000>;
10+
};
11+
712
&cpuapp_ram0x_region {
813
reg = <0x2f011000 0x91000>;
914
ranges = <0x0 0x2f011000 0x91000>;

tests/benchmarks/multicore/idle/boards/nrf54h20dk_nrf54h20_cpuapp_ram_low_usage.overlay

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7+
&cpurad_ram0x_region {
8+
reg = <0x2f010000 0x1000>;
9+
ranges = <0x0 0x2f010000 0x1000>;
10+
};
11+
712
&cpuapp_ram0x_region {
813
reg = <0x2f011000 0x21000>;
914
ranges = <0x0 0x2f011000 0x21000>;
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2025 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
&cpurad_ram0x_region {
8+
reg = <0x2f010000 0x1000>;
9+
ranges = <0x0 0x2f010000 0x1000>;
10+
};
11+
12+
&cpuapp_ram0x_region {
13+
reg = <0x2f011000 0x41000>;
14+
ranges = <0x0 0x2f011000 0x41000>;
15+
};

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ manifest:
6565
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
6666
- name: zephyr
6767
repo-path: sdk-zephyr
68-
revision: a4c6476531c1c3054d7ff44b905105aadd47411e
68+
revision: a4c30ef0bda4bfe77e61f5db4b7f53df8f414301
6969
import:
7070
# In addition to the zephyr repository itself, NCS also
7171
# imports the contents of zephyr/west.yml at the above

0 commit comments

Comments
 (0)