Skip to content

Commit 9fdf613

Browse files
butokkartben
authored andcommitted
dts: nxp: mcxn94x: fix SRAM region naming typo
Fixes a SRAM region naming typo in nxp_mcxn94x_common.dtsi Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
1 parent c4b9212 commit 9fdf613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/nxp/nxp_mcxn94x_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
sramx: memory@4000000 {
4848
compatible = "zephyr,memory-region", "mmio-sram";
4949
reg = <0x4000000 DT_SIZE_K(96)>;
50-
zephyr,memory-region = "SRAM1";
50+
zephyr,memory-region = "SRAMX";
5151
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM) )>;
5252
};
5353

5454
/* mcxn94x Memory configurations:
5555
*
56-
* RAM blocks RAMA through SRAM4 are contiguous address ranges
56+
* RAM blocks RAMA through RAMH are contiguous address ranges
5757
*
5858
* MCXN94X: 512KB RAM, RAMX: 96K, RAMA: 32K, RAMB: 32K,
5959
* RAMC: 64K, RAMD: 64K, RAME: 64K

0 commit comments

Comments
 (0)