zephyr/dts/arm/nxp/nxp_mcxn94x.dtsi
Mahesh Mahadevan 739b9bc5e9 dts: mcxn94x: Add initial support for NXP MCXN94X
Add initial support for NXP MCXN94X

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2024-03-13 22:38:46 +00:00

39 lines
636 B
Plaintext

/*
* 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";
};