dts: Add support for MCX internal flash
Add support for internal flash Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
parent
3c3ac732ad
commit
84febc3929
2 changed files with 9 additions and 1 deletions
|
@ -512,7 +512,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
fmu: flash-controller@43000 {
|
fmu: flash-controller@43000 {
|
||||||
compatible = "nxp,iap-mcx";
|
compatible = "nxp,iap-msf1";
|
||||||
reg = <0x43000 0x1000>;
|
reg = <0x43000 0x1000>;
|
||||||
interrupts = <138 0>;
|
interrupts = <138 0>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
8
dts/bindings/flash_controller/nxp,iap-msf1.yaml
Normal file
8
dts/bindings/flash_controller/nxp,iap-msf1.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Copyright 2024 NXP
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
|
description: NXP MSF1 Flash Memory Module (FMU)
|
||||||
|
|
||||||
|
compatible: "nxp,iap-msf1"
|
||||||
|
|
||||||
|
include: flash-controller.yaml
|
Loading…
Add table
Add a link
Reference in a new issue