Skip to content

Commit a4c30ef

Browse files
tomchybjarki-andreasen
authored andcommitted
[nrf fromlist] Revert "boards: nordic: Rearrange ram0x regions."
This reverts commit a53cb73. Upstream PR #: 88121 Ref: NCSDK-32650 Signed-off-by: Tomasz Chyrowicz <[email protected]> This reverts commit a53cb73.
1 parent 1bac58a commit a4c30ef

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi

+16-16
Original file line numberDiff line numberDiff line change
@@ -7,44 +7,44 @@
77

88
/ {
99
reserved-memory {
10-
cpurad_ram0x_region: memory@2f010000 {
10+
cpuapp_ram0x_region: memory@2f010000 {
1111
compatible = "nordic,owned-memory";
12-
reg = <0x2f010000 DT_SIZE_K(4)>;
12+
reg = <0x2f010000 DT_SIZE_K(260)>;
1313
status = "disabled";
14-
nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RWS>;
14+
nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWS>;
1515
#address-cells = <1>;
1616
#size-cells = <1>;
17-
ranges = <0x0 0x2f010000 0x1000>;
17+
ranges = <0x0 0x2f010000 0x41000>;
1818

19-
cpusec_cpurad_ipc_shm: memory@0 {
19+
cpusec_cpuapp_ipc_shm: memory@0 {
2020
reg = <0x0 DT_SIZE_K(2)>;
2121
};
2222

23-
cpurad_cpusec_ipc_shm: memory@800 {
23+
cpuapp_cpusec_ipc_shm: memory@800 {
2424
reg = <0x800 DT_SIZE_K(2)>;
2525
};
26+
27+
cpuapp_data: memory@1000 {
28+
reg = <0x1000 DT_SIZE_K(256)>;
29+
};
2630
};
2731

28-
cpuapp_ram0x_region: memory@2f011000 {
32+
cpurad_ram0x_region: memory@2f051000 {
2933
compatible = "nordic,owned-memory";
30-
reg = <0x2f010000 DT_SIZE_K(260)>;
34+
reg = <0x2f051000 DT_SIZE_K(4)>;
3135
status = "disabled";
32-
nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWS>;
36+
nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RWS>;
3337
#address-cells = <1>;
3438
#size-cells = <1>;
35-
ranges = <0x0 0x2f011000 0x41000>;
39+
ranges = <0x0 0x2f051000 0x1000>;
3640

37-
cpusec_cpuapp_ipc_shm: memory@0 {
41+
cpusec_cpurad_ipc_shm: memory@0 {
3842
reg = <0x0 DT_SIZE_K(2)>;
3943
};
4044

41-
cpuapp_cpusec_ipc_shm: memory@800 {
45+
cpurad_cpusec_ipc_shm: memory@800 {
4246
reg = <0x800 DT_SIZE_K(2)>;
4347
};
44-
45-
cpuapp_data: memory@1000 {
46-
reg = <0x1000 DT_SIZE_K(256)>;
47-
};
4848
};
4949

5050
etr_buf_ram0x_region: memory@2f0be000 {

0 commit comments

Comments
 (0)