Skip to content

Commit 8d8e112

Browse files
committed
dts: arm: nxp: Updating the ram size for the MCXW71
Updating the SRAM space for the MCXW71 SOC. Signed-off-by: Emilio Benavente <[email protected]>
1 parent 749e324 commit 8d8e112

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dts/arm/nxp/nxp_mcxw71.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757

5858
stcm0: system_memory@0 {
5959
compatible = "mmio-sram";
60-
reg = <0x0 DT_SIZE_K(64)>;
60+
/* With only the first 64KB having ECC */
61+
reg = <0x0 DT_SIZE_K(104)>;
6162
};
6263

6364
stcm1: system_memory@1a000 {

0 commit comments

Comments
 (0)