Skip to content

Commit

Permalink
tests: drivers: flash: Update nrf52840dk_mx25r_high_perf.overlay
Browse files Browse the repository at this point in the history
This is a follow-up to commit 7a83724.

This overlay uses an alternative connection (via spi2) for the external
flash present on the nRF52840 DK and it needs to use one of the QSPI
pins as GPIO, to get CS line control in the SPI communication. To make
it possible, that GPIO must be removed from those marked as reserved.

Signed-off-by: Andrzej Głąbek <[email protected]>
  • Loading branch information
anangl authored and carlescufi committed Nov 23, 2023
1 parent e7c7c5a commit 4a262c3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
/delete-node/ &qspi;

&gpio0 {
gpio-reserved-ranges = <0 2>, <6 1>, <8 3>, <18 6>;
};

&spi2 {
compatible = "nordic,nrf-spim";
status = "okay";
Expand Down

0 comments on commit 4a262c3

Please sign in to comment.