Skip to content

Commit

Permalink
boards: shields: nrf7002ek: Fix SPI CS GPIOs overwrite
Browse files Browse the repository at this point in the history
In case the original DTS has multi-element array for CS GPIOs, then the
Wi-Fi shield will overwrite causing build failures. E.g., nRF9160DK
0.14.0 (default now).

As the default value needed for Wi-Fi is already set in original DTS
remove the entry from the overlays.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 authored and nordicjm committed Aug 21, 2023
1 parent 8e5bc40 commit 0237bf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion boards/shields/nrf7002ek/nrf7002ek.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */

nrf700x: nrf7002@0 {
compatible = "nordic,nrf700x-spi";
Expand Down
1 change: 0 additions & 1 deletion boards/shields/nrf7002ek_nrf7000/nrf7002ek_nrf7000.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */

nrf700x: nrf7000@0 {
compatible = "nordic,nrf700x-spi";
Expand Down
1 change: 0 additions & 1 deletion boards/shields/nrf7002ek_nrf7001/nrf7002ek_nrf7001.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

&arduino_spi {
status = "okay";
cs-gpios = <&arduino_header 16 GPIO_ACTIVE_LOW>; /* D10 */

nrf700x: nrf7001@0 {
compatible = "nordic,nrf700x-spi";
Expand Down

0 comments on commit 0237bf1

Please sign in to comment.