Skip to content

Commit

Permalink
[nrf fromlist] boards: nordic: nrf7002dk: align with nrf700x split in…
Browse files Browse the repository at this point in the history
…terface

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

Upstream PR: zephyrproject-rtos/zephyr#79606

Signed-off-by: Bjarki Arge Andreasen <[email protected]>
  • Loading branch information
bjarki-andreasen authored and rlubos committed Oct 25, 2024
1 parent ec25606 commit 1492f1d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 15 deletions.
1 change: 0 additions & 1 deletion boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpuapp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
qspi-quad-mode;

#include "nrf70_common.dtsi"
#include "nrf70_common_coex.dtsi"
#include "nrf70_common_5g.dtsi"
};
};
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@
qspi-quad-mode;

#include "nrf70_common.dtsi"
#include "nrf70_common_coex.dtsi"
};
};
7 changes: 5 additions & 2 deletions boards/nordic/nrf7002dk/nrf7002dk_nrf5340_cpunet.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
1 change: 1 addition & 0 deletions boards/nordic/nrf7002dk/nrf70_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down
11 changes: 0 additions & 11 deletions boards/nordic/nrf7002dk/nrf70_common_coex.dtsi

This file was deleted.

0 comments on commit 1492f1d

Please sign in to comment.