Skip to content

Commit

Permalink
[nrf fromlist] boards: nordic: nrf7002dk: re-enable external flash by…
Browse files Browse the repository at this point in the history
… default

The external flash (mx25r64) was accidentally disabled during
testing. The node should be enabled by default like its spi.

This commit removes the status = "disabled";

Upstream PR: zephyrproject-rtos/zephyr#79191

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
  • Loading branch information
bjarki-andreasen committed Oct 4, 2024
1 parent 8d5051c commit c52918c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boards/nordic/nrf7002dk/nrf5340_cpuapp_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ arduino_i2c: &i2c1 {
cs-gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
mx25r64: mx25r6435f@0 {
compatible = "jedec,spi-nor";
status = "disabled";
reg = <0>;
spi-max-frequency = <33000000>;
jedec-id = [c2 28 17];
Expand Down

0 comments on commit c52918c

Please sign in to comment.