Commit 1dc1d5be authored by Bjarki Arge Andreasen's avatar Bjarki Arge Andreasen Committed by Dan Kalowsky
Browse files

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: default avatarBjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
parent e23de8bf
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -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)>;
	};
};