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:
parent
5c9d6f1dba
commit
3018ff7a4d
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue