|
7 | 7 |
|
8 | 8 | / { |
9 | 9 | reserved-memory { |
10 | | - cpuapp_ram0x_region: memory@2f010000 { |
| 10 | + cpurad_ram0x_region: memory@2f010000 { |
11 | 11 | compatible = "nordic,owned-memory"; |
12 | | - reg = <0x2f010000 DT_SIZE_K(260)>; |
| 12 | + reg = <0x2f010000 DT_SIZE_K(4)>; |
13 | 13 | status = "disabled"; |
14 | | - nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWS>; |
| 14 | + nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RWS>; |
15 | 15 | #address-cells = <1>; |
16 | 16 | #size-cells = <1>; |
17 | | - ranges = <0x0 0x2f010000 0x41000>; |
| 17 | + ranges = <0x0 0x2f010000 0x1000>; |
18 | 18 |
|
19 | | - cpusec_cpuapp_ipc_shm: memory@0 { |
| 19 | + cpusec_cpurad_ipc_shm: memory@0 { |
20 | 20 | reg = <0x0 DT_SIZE_K(2)>; |
21 | 21 | }; |
22 | 22 |
|
23 | | - cpuapp_cpusec_ipc_shm: memory@800 { |
| 23 | + cpurad_cpusec_ipc_shm: memory@800 { |
24 | 24 | reg = <0x800 DT_SIZE_K(2)>; |
25 | 25 | }; |
26 | | - |
27 | | - cpuapp_data: memory@1000 { |
28 | | - reg = <0x1000 DT_SIZE_K(256)>; |
29 | | - }; |
30 | 26 | }; |
31 | 27 |
|
32 | | - cpurad_ram0x_region: memory@2f051000 { |
| 28 | + cpuapp_ram0x_region: memory@2f011000 { |
33 | 29 | compatible = "nordic,owned-memory"; |
34 | | - reg = <0x2f051000 DT_SIZE_K(4)>; |
| 30 | + reg = <0x2f010000 DT_SIZE_K(260)>; |
35 | 31 | status = "disabled"; |
36 | | - nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RWS>; |
| 32 | + nordic,access = <NRF_OWNER_ID_APPLICATION NRF_PERM_RWS>; |
37 | 33 | #address-cells = <1>; |
38 | 34 | #size-cells = <1>; |
39 | | - ranges = <0x0 0x2f051000 0x1000>; |
| 35 | + ranges = <0x0 0x2f011000 0x41000>; |
40 | 36 |
|
41 | | - cpusec_cpurad_ipc_shm: memory@0 { |
| 37 | + cpusec_cpuapp_ipc_shm: memory@0 { |
42 | 38 | reg = <0x0 DT_SIZE_K(2)>; |
43 | 39 | }; |
44 | 40 |
|
45 | | - cpurad_cpusec_ipc_shm: memory@800 { |
| 41 | + cpuapp_cpusec_ipc_shm: memory@800 { |
46 | 42 | reg = <0x800 DT_SIZE_K(2)>; |
47 | 43 | }; |
| 44 | + |
| 45 | + cpuapp_data: memory@1000 { |
| 46 | + reg = <0x1000 DT_SIZE_K(256)>; |
| 47 | + }; |
48 | 48 | }; |
49 | 49 |
|
50 | 50 | etr_buf_ram0x_region: memory@2f0be000 { |
|
0 commit comments