Skip to content

Commit

Permalink
samples: matter: dts: nrf54h20: align to cpuapp_data size change
Browse files Browse the repository at this point in the history
RAM space available for App core is now smaller
because of miscellaneous area needed for dmm buffers.

Signed-off-by: Nikodem Kastelik <[email protected]>
  • Loading branch information
nika-nordic committed Jul 23, 2024
1 parent e3a6321 commit 64d5616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions boards/shields/nrf700x_nrf54h20dk/nrf700x_nrf54h20dk.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@
status = "okay";
reg = <0x2f010000 DT_SIZE_K(436)>;
ranges = <0x0 0x2f010000 0x6e000>;
cpuapp_data: memory@1000 {
reg = <0x1000 DT_SIZE_K(432)>;
cpuapp_data: memory@5000 {
reg = <0x1000 DT_SIZE_K(416)>;
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
status = "okay";
reg = <0x2f010000 DT_SIZE_K(512)>;
ranges = <0x0 0x2f010000 0x6e000>;
cpuapp_data: memory@1000 {
reg = <0x1000 DT_SIZE_K(508)>;
cpuapp_data: memory@5000 {
reg = <0x1000 DT_SIZE_K(492)>;
};
};

0 comments on commit 64d5616

Please sign in to comment.