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

boards: nordic: nrf7002dk: align with nrf700x split interface



Remove the unused coex interface from the cpuapp of the nrf7002dk
nrf5340 SoC.

Signed-off-by: default avatarBjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
parent c48c0ed0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
		qspi-quad-mode;

		#include "nrf70_common.dtsi"
		#include "nrf70_common_coex.dtsi"
		#include "nrf70_common_5g.dtsi"
	};
};
+0 −1
Original line number Diff line number Diff line
@@ -32,6 +32,5 @@
		qspi-quad-mode;

		#include "nrf70_common.dtsi"
		#include "nrf70_common_coex.dtsi"
	};
};
+5 −2
Original line number Diff line number Diff line
@@ -84,9 +84,12 @@

	nrf70: coex {
		status = "okay";
		compatible = "nordic,nrf70-coex";
		compatible = "nordic,nrf7002-coex";

		#include "nrf70_common_coex.dtsi"
		req-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
		status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
		grant-gpios = <&gpio0 24 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
		swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
	};

	/* These aliases are provided for compatibility with samples */
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
iovdd-ctrl-gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>;
bucken-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
host-irq-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;
srrf-switch-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;

wifi-max-tx-pwr-2g-dsss = <21>;
wifi-max-tx-pwr-2g-mcs0 = <16>;
+0 −11
Original line number Diff line number Diff line
/*
 * Copyright (c) 2024 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: Apache-2.0
 */

req-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
grant-gpios = <&gpio0 24 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
srrf-switch-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;