dts: arm: nxp: Updating the ram size for the MCXW71

Updating the SRAM space for the MCXW71 SOC.

Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
This commit is contained in:
Emilio Benavente 2024-11-05 16:18:32 -06:00 committed by Mahesh Mahadevan
commit 3018ff7a4d

View file

@ -57,7 +57,8 @@
stcm0: system_memory@0 { stcm0: system_memory@0 {
compatible = "mmio-sram"; 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 { stcm1: system_memory@1a000 {