Add variant for the coex interface and move the coex interface out if the wifi/control interface variants. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
28 lines
692 B
Text
28 lines
692 B
Text
/*
|
|
* Copyright (c) 2024 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/* Common assignments for any nRF70 shield */
|
|
|
|
/* D0 */
|
|
iovdd-ctrl-gpios = <&arduino_header 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
|
/* D1 */
|
|
bucken-gpios = <&arduino_header 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
|
|
/* D7 */
|
|
host-irq-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>;
|
|
|
|
/* Short-range (SR) co-existence */
|
|
/* D8 */
|
|
srrf-switch-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>;
|
|
|
|
/* Maximum TX power limits for 2.4 GHz */
|
|
wifi-max-tx-pwr-2g-dsss = <21>;
|
|
wifi-max-tx-pwr-2g-mcs0 = <16>;
|
|
wifi-max-tx-pwr-2g-mcs7 = <16>;
|
|
|
|
/* List of interfaces */
|
|
wlan0: wlan0 {
|
|
compatible = "nordic,wlan";
|
|
};
|