Skip to content

Commit e23de8b

Browse files
bjarki-andreasendkalowsk
authored andcommitted
boards: nordic: nrf7002dk: align with nrf700x split interface
Remove the unused coex interface from the cpuapp of the nrf7002dk nrf5340 SoC. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent c48c0ed commit e23de8b

File tree

5 files changed

+6
-15
lines changed

5 files changed

+6
-15
lines changed

boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
qspi-quad-mode;
3333

3434
#include "nrf70_common.dtsi"
35-
#include "nrf70_common_coex.dtsi"
3635
#include "nrf70_common_5g.dtsi"
3736
};
3837
};

boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp_nrf7001.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,5 @@
3232
qspi-quad-mode;
3333

3434
#include "nrf70_common.dtsi"
35-
#include "nrf70_common_coex.dtsi"
3635
};
3736
};

boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,12 @@
8484

8585
nrf70: coex {
8686
status = "okay";
87-
compatible = "nordic,nrf70-coex";
87+
compatible = "nordic,nrf7002-coex";
8888

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

9295
/* These aliases are provided for compatibility with samples */

boards/nordic/nrf7002dk/nrf70_common.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
iovdd-ctrl-gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>;
88
bucken-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
99
host-irq-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;
10+
srrf-switch-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
1011

1112
wifi-max-tx-pwr-2g-dsss = <21>;
1213
wifi-max-tx-pwr-2g-mcs0 = <16>;

boards/nordic/nrf7002dk/nrf70_common_coex.dtsi

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)