Skip to content

Commit 96e7d65

Browse files
krish2718nordicjm
authored andcommitted
boards: shields: nrf7002eb2: Fix co-existence overlay
The board overrides the main overlay, so, coex was ending as disabled even when coex shield variant is used. Move the coex definition to the coex overlay directly. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent c31e6ed commit 96e7d65

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

boards/shields/nrf7002eb2/nrf7002eb2_coex.overlay

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
&nrf_radio_coex{
8-
status = "okay";
7+
/ {
8+
nrf_radio_coex: coex {
9+
compatible = "nordic,nrf7002-coex";
10+
status = "okay";
11+
status0-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
12+
req-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
13+
grant-gpios = <&gpio1 7 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
14+
};
915
};

boards/shields/nrf7002eb2/nrf7002eb2_gpio_pins_2.dtsi

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,6 @@
44
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

7-
/ {
8-
nrf_radio_coex: coex {
9-
compatible = "nordic,nrf7002-coex";
10-
status = "disabled";
11-
status0-gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
12-
req-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
13-
grant-gpios = <&gpio1 7 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
14-
};
15-
};
16-
177
&nrf70 {
188
iovdd-ctrl-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
199
bucken-gpios = <&gpio1 4 GPIO_ACTIVE_HIGH>;

0 commit comments

Comments
 (0)