boards: nrf9160dk: Enable external flash switch in board controller

Enable the external_flash_pins_routing switch in the board controller
overlay for nRF9160 DK revision 0.14.0 and newer. This is to match the
behaviour of the factory shipped borad controller on board revisions
that have external flash.

Signed-off-by: Gregers Gram Rygg <gregers.gram.rygg@nordicsemi.no>
This commit is contained in:
Gregers Gram Rygg 2023-05-24 12:51:07 +02:00 committed by Anas Nashif
parent 9751ad7db1
commit 8ea9fcead2
2 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,7 @@
external_flash_pins_routing: switch-ext-mem-ctrl {
compatible = "nordic,nrf9160dk-optional-routing";
control-gpios = <&gpio0 19 GPIO_ACTIVE_HIGH>;
status = "disabled";
status = "okay";
};
};
};

View file

@ -318,6 +318,8 @@ Boards & SoC Support
older revision of the nRF9160 DK without external flash, specify that
older board revision when building.
* Enabled external_flash_pins_routing switch in ``nrf9160dk_nrf52840`` by default.
* Made these changes for ARM64 boards:
* Made these changes for RISC-V boards: