Skip to content

Commit 0e36c68

Browse files
nika-nordicjonathannilsen
authored andcommitted
samples: matter: dts: nrf54h20: align to cpuapp_data size change
RAM space available for App core is now smaller because of miscellaneous area needed for dmm buffers. Signed-off-by: Nikodem Kastelik <[email protected]>
1 parent ebc9902 commit 0e36c68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

boards/shields/nrf700x_nrf54h20dk/nrf700x_nrf54h20dk.overlay

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@
101101
status = "okay";
102102
reg = <0x2f010000 DT_SIZE_K(436)>;
103103
ranges = <0x0 0x2f010000 0x6e000>;
104-
cpuapp_data: memory@1000 {
105-
reg = <0x1000 DT_SIZE_K(432)>;
104+
cpuapp_data: memory@5000 {
105+
reg = <0x1000 DT_SIZE_K(416)>;
106106
};
107107
};
108108

samples/matter/common/dts/nrf54h20/nrf54h20_ram_allocation.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
status = "okay";
1313
reg = <0x2f010000 DT_SIZE_K(512)>;
1414
ranges = <0x0 0x2f010000 0x6e000>;
15-
cpuapp_data: memory@1000 {
16-
reg = <0x1000 DT_SIZE_K(508)>;
15+
cpuapp_data: memory@5000 {
16+
reg = <0x1000 DT_SIZE_K(492)>;
1717
};
1818
};

0 commit comments

Comments
 (0)