Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dts: nxp_mcxw71: Flash node is not peripheral #81775

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions dts/arm/nxp/nxp_mcxw71.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
};

soc {
flash: flash@10000000 {
reg = <0x10000000 DT_SIZE_M(1)>;
compatible = "soc-nv-flash";
write-block-size = <16>;
erase-block-size = <8192>;
};

ctcm: sram@14000000 {
ranges = <0x0 0x14000000 DT_SIZE_K(16)>;
#address-cells = <1>;
Expand Down Expand Up @@ -91,13 +98,6 @@
reg = <0x20000 0x1000>;
interrupts = <27 0>;
status = "disabled";

flash: flash@0 {
reg = <0x0 DT_SIZE_M(1)>;
compatible = "soc-nv-flash";
write-block-size = <16>;
erase-block-size = <8192>;
};
};
};

Expand Down
Loading