-
Notifications
You must be signed in to change notification settings - Fork 632
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromlist] boards: shields: nrf7002ek: align with nrf700x split i…
…nterface Add variant for the coex interface and move the coex interface out if the wifi/control interface variants. Upstream PR: zephyrproject-rtos/zephyr#79606 Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit 6b38f1a)
- Loading branch information
1 parent
361b9a1
commit c374842
Showing
4 changed files
with
32 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
* Copyright (c) 2024 Nordic Semiconductor ASA | ||
* | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
|
||
/ { | ||
nrf70: coex { | ||
compatible = "nordic,nrf7002-coex"; | ||
status = "okay"; | ||
|
||
/* D2 */ | ||
status0-gpios = <&arduino_header 8 GPIO_ACTIVE_HIGH>; | ||
/* D3 */ | ||
req-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>; | ||
/* D4 */ | ||
grant-gpios = <&arduino_header 10 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; | ||
/* D6 */ | ||
swctrl1-gpios = <&arduino_header 12 GPIO_ACTIVE_HIGH>; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters