We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7950a commit 8529cf7Copy full SHA for 8529cf7
boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi
@@ -185,8 +185,8 @@
185
#address-cells = <1>;
186
#size-cells = <1>;
187
188
- cpurad_slot0_partition: partition@66000 {
189
- reg = <0x66000 DT_SIZE_K(256)>;
+ cpurad_slot0_partition: partition@54000 {
+ reg = <0x54000 DT_SIZE_K(256)>;
190
};
191
192
@@ -197,8 +197,8 @@
197
198
199
200
- cpuapp_slot0_partition: partition@a6000 {
201
- reg = <0xa6000 DT_SIZE_K(248)>;
+ cpuapp_slot0_partition: partition@94000 {
+ reg = <0x94000 DT_SIZE_K(320)>;
202
203
204
cpuppr_code_partition: partition@e4000 {
@@ -222,7 +222,7 @@
222
223
224
storage_partition: partition@1e3000 {
225
- reg = < 0x1e3000 DT_SIZE_K(24) >;
+ reg = < 0x1e3000 DT_SIZE_K(40) >;
226
227
228
0 commit comments