blob: 7c594e66eae6f35ae673b2f3f6f84eaa0101b601 [file] [log] [blame]
/*
* Copyright 2024 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <mem.h>
#include <arm/armv8-m.dtsi>
/ {
soc {
sram: sram@14000000 {
ranges = <0x4000000 0x14000000 0x20000000>;
};
peripheral: peripheral@50000000 {
ranges = <0x0 0x50000000 0x10000000>;
ftfe: flash-controller@43000 {
ranges = <0x0 0x10000000 0x4000000>;
};
};
flexspi: spi@500c8000 {
reg = <0x500c8000 0x1000>, <0x90000000 DT_SIZE_M(8)>;
};
};
};
#include "nxp_mcxn94x_common.dtsi"
/*
* Explicitly enable FMU after we include the common dtsi file,
* which will set it to disabled.
*/
&fmu {
status = "okay";
};