Skip to content

Commit

Permalink
boards: arm: nrf9160dk_nrf9160: disable external flash by default
Browse files Browse the repository at this point in the history
Disable external flash by default. When enabled, it will require the
SPI driver to be enabled, which in turn require multithreading support.
This adds a lot of overhead to applications not needing the external
flash.

Signed-off-by: Eivind Jølsgard <[email protected]>
  • Loading branch information
eivindj-nordic authored and carlescufi committed May 8, 2023
1 parent f328cbc commit bd1ab49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<&gpio0 25 GPIO_ACTIVE_LOW>;
mx25r64: mx25r6435f@1 {
compatible = "jedec,spi-nor";
status = "disabled";
reg = <1>;
spi-max-frequency = <8000000>;
label = "MX25R64";
Expand Down

0 comments on commit bd1ab49

Please sign in to comment.