From 3018ff7a4d1fc5463adf73b8c29005355fd15d4f Mon Sep 17 00:00:00 2001 From: Emilio Benavente Date: Tue, 5 Nov 2024 16:18:32 -0600 Subject: [PATCH] dts: arm: nxp: Updating the ram size for the MCXW71 Updating the SRAM space for the MCXW71 SOC. Signed-off-by: Emilio Benavente --- dts/arm/nxp/nxp_mcxw71.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dts/arm/nxp/nxp_mcxw71.dtsi b/dts/arm/nxp/nxp_mcxw71.dtsi index 7b5f13e5d54..e17ae42ea5f 100644 --- a/dts/arm/nxp/nxp_mcxw71.dtsi +++ b/dts/arm/nxp/nxp_mcxw71.dtsi @@ -57,7 +57,8 @@ stcm0: system_memory@0 { compatible = "mmio-sram"; - reg = <0x0 DT_SIZE_K(64)>; + /* With only the first 64KB having ECC */ + reg = <0x0 DT_SIZE_K(104)>; }; stcm1: system_memory@1a000 {