From 9fdf613d017e9330bcb1334bd774f50f3c0804a9 Mon Sep 17 00:00:00 2001 From: Andrej Butok Date: Wed, 9 Apr 2025 13:54:06 +0200 Subject: [PATCH] dts: nxp: mcxn94x: fix SRAM region naming typo Fixes a SRAM region naming typo in nxp_mcxn94x_common.dtsi Signed-off-by: Andrej Butok --- dts/arm/nxp/nxp_mcxn94x_common.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dts/arm/nxp/nxp_mcxn94x_common.dtsi b/dts/arm/nxp/nxp_mcxn94x_common.dtsi index 195725a53c9..c4c1a1ec3be 100644 --- a/dts/arm/nxp/nxp_mcxn94x_common.dtsi +++ b/dts/arm/nxp/nxp_mcxn94x_common.dtsi @@ -47,13 +47,13 @@ sramx: memory@4000000 { compatible = "zephyr,memory-region", "mmio-sram"; reg = <0x4000000 DT_SIZE_K(96)>; - zephyr,memory-region = "SRAM1"; + zephyr,memory-region = "SRAMX"; zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM) )>; }; /* mcxn94x Memory configurations: * - * RAM blocks RAMA through SRAM4 are contiguous address ranges + * RAM blocks RAMA through RAMH are contiguous address ranges * * MCXN94X: 512KB RAM, RAMX: 96K, RAMA: 32K, RAMB: 32K, * RAMC: 64K, RAMD: 64K, RAME: 64K