|
92 | 92 | owned-channels = <4 5 6 7>; |
93 | 93 | }; |
94 | 94 |
|
95 | | -/* Change to memory map to make room for read write partition for settings |
96 | | - * module and increase the radio core program memory size. |
| 95 | +/* Add a read write partition for the settings module. |
97 | 96 | * |
98 | 97 | * @note In case of running firmware on the application core, the same memory map |
99 | 98 | * change must be applied to the application core DTS. |
100 | 99 | */ |
101 | | -/delete-node/ &dfu_partition; |
102 | | -/delete-node/ &storage_partition; |
103 | | -/delete-node/ &cpuapp_slot0_partition; |
104 | | - |
105 | | -&cpuapp_rw_partitions { |
106 | | - dfu_partition: partition@100000 { |
107 | | - reg = < 0x100000 DT_SIZE_K(884) >; |
108 | | - }; |
109 | | - |
110 | | - storage_partition: partition@1dd000 { |
111 | | - reg = < 0x1dd000 DT_SIZE_K(24) >; |
112 | | - }; |
113 | | -}; |
114 | | - |
115 | | -&cpurad_rx_partitions { |
116 | | - cpurad_slot0_partition: partition@54000 { |
117 | | - reg = <0x54000 DT_SIZE_K(320)>; |
118 | | - }; |
119 | | -}; |
120 | | - |
121 | | -&cpuapp_rx_partitions { |
122 | | - cpuapp_slot0_partition: partition@a4000 { |
123 | | - reg = <0xa4000 DT_SIZE_K(256)>; |
124 | | - }; |
125 | | -}; |
126 | | - |
127 | 100 | &mram1x { |
128 | | - cpurad_rw_partitions: cpurad-rw-partitions { |
129 | | - compatible = "nordic,owned-partitions", "fixed-partitions"; |
130 | | - nordic,access = <NRF_OWNER_ID_RADIOCORE NRF_PERM_RWS>; |
131 | | - #address-cells = <1>; |
132 | | - #size-cells = <1>; |
133 | | - |
| 101 | + partitions { |
| 102 | + /* Note: the location here has been kept the same as before the introduction of |
| 103 | + * IronSide on nrf54h20, which has brought with it an updated memory map. |
| 104 | + * It will likely need to be updated as the MRAM memory map is not yet final. |
| 105 | + */ |
134 | 106 | cpurad_storage_partition: partition@1e3000 { |
135 | 107 | reg = <0x1e3000 DT_SIZE_K(24)>; |
136 | 108 | }; |
137 | 109 | }; |
138 | 110 | }; |
139 | | - |
140 | | -&cpurad_rw_partitions { |
141 | | - status = "okay"; |
142 | | -}; |
0 commit comments