soc: mcxw71: Enable FMU flash controller

Enable flash controller driver for main FMU on MCXW71

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
Declan Snyder 2024-09-06 08:26:35 -05:00 committed by Maureen Helm
commit 4405420b33
4 changed files with 14 additions and 2 deletions

View file

@ -67,13 +67,15 @@
peripheral: peripheral@50000000 {
ranges = <0x0 0x50000000 0x10000000>;
fmu: flash-module@20000 {
fmu: memory-controller@20000 {
ranges = <0x0 0x10000000 DT_SIZE_M(1)>;
#address-cells = <1>;
#size-cells = <1>;
compatible = "nxp,fmu-k4";
compatible = "nxp,iap-msf1";
reg = <0x20000 0x1000>;
interrupts = <27 0>;
status = "disabled";
flash: flash@0 {
reg = <0x0 DT_SIZE_M(1)>;