Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* Copyright (c) 2025 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpurad_ram0x_region {
reg = <0x2f010000 0x1000>;
ranges = <0x0 0x2f010000 0x1000>;
};

&cpuapp_ram0x_region {
reg = <0x2f011000 0x41000>;
ranges = <0x0 0x2f011000 0x41000>;
};

&cpuapp_data {
reg = <0x1000 0x40000>;
};
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpurad_ram0x_region {
reg = <0x2f010000 0x1000>;
ranges = <0x0 0x2f010000 0x1000>;
};

&cpuapp_ram0x_region {
reg = <0x2f011000 0x91000>;
ranges = <0x0 0x2f011000 0x91000>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpurad_ram0x_region {
reg = <0x2f010000 0x1000>;
ranges = <0x0 0x2f010000 0x1000>;
};

&cpuapp_ram0x_region {
reg = <0x2f011000 0x21000>;
ranges = <0x0 0x2f011000 0x21000>;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/*
* Copyright (c) 2025 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
*/

&cpurad_ram0x_region {
reg = <0x2f010000 0x1000>;
ranges = <0x0 0x2f010000 0x1000>;
};

&cpuapp_ram0x_region {
reg = <0x2f011000 0x41000>;
ranges = <0x0 0x2f011000 0x41000>;
};
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: a4c6476531c1c3054d7ff44b905105aadd47411e
revision: a4c30ef0bda4bfe77e61f5db4b7f53df8f414301
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading