Skip to content

Commit 1dc1d5b

Browse files
bjarki-andreasendkalowsk
authored andcommitted
boards: shields: nrf7002eb: align with nrf700x split interface
Exclude the coex interface if the coex variant of the nrf7002eb is selected instead of adding the interface alongside the wifi/control interface. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent e23de8b commit 1dc1d5b

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

boards/shields/nrf7002eb/nrf7002eb_coex.overlay

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
#include "nrf7002eb.overlay"
7+
/ {
8+
nrf70: coex {
9+
compatible = "nordic,nrf7002-coex";
10+
status = "okay";
811

9-
&nrf70 {
10-
status0-gpios = <&edge_connector 5 GPIO_ACTIVE_HIGH>;
11-
req-gpios = <&edge_connector 6 GPIO_ACTIVE_HIGH>;
12-
grant-gpios = <&edge_connector 15 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
12+
status0-gpios = <&edge_connector 5 GPIO_ACTIVE_HIGH>;
13+
req-gpios = <&edge_connector 6 GPIO_ACTIVE_HIGH>;
14+
grant-gpios = <&edge_connector 15 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
15+
};
1316
};

0 commit comments

Comments
 (0)