Skip to content

Commit

Permalink
[nrf fromlist] boards: shields: nrf7002eb: align with nrf700x split i…
Browse files Browse the repository at this point in the history
…nterface

Exclude the coex interface if the coex variant of the nrf7002eb
is selected instead of adding the interface alongside the
wifi/control interface.

Upstream PR: zephyrproject-rtos/zephyr#79606

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
(cherry picked from commit 32f30a8)
  • Loading branch information
bjarki-andreasen authored and github-actions[bot] committed Oct 25, 2024
1 parent 7ae1230 commit 361b9a1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions boards/shields/nrf7002eb/nrf7002eb_coex.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include "nrf7002eb.overlay"
/ {
nrf70: coex {
compatible = "nordic,nrf7002-coex";
status = "okay";

&nrf70 {
status0-gpios = <&edge_connector 5 GPIO_ACTIVE_HIGH>;
req-gpios = <&edge_connector 6 GPIO_ACTIVE_HIGH>;
grant-gpios = <&edge_connector 15 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
status0-gpios = <&edge_connector 5 GPIO_ACTIVE_HIGH>;
req-gpios = <&edge_connector 6 GPIO_ACTIVE_HIGH>;
grant-gpios = <&edge_connector 15 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
};
};

0 comments on commit 361b9a1

Please sign in to comment.