Home
last modified time | relevance | path

Searched +full:srrf +full:- +full:switch +full:- +full:gpios (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/boards/shields/nrf7002eb/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /* Only GPIOs 1..11 are supported for PORT1 in nRF54H20DK board, for now
8 * remove this as Wi-Fi SR co-existence is not yet supported on this board.
9 * The external SR RF switch may not even be present on this board.
12 /delete-property/ srrf-switch-gpios;
/Zephyr-latest/dts/bindings/wifi/
Dnordic,nrf70.yaml2 # SPDX-License-Identifier: Apache-2.0
5 iovdd-ctrl-gpios:
6 type: phandle-array
10 bucken-gpios:
11 type: phandle-array
15 host-irq-gpios:
16 type: phandle-array
20 srrf-switch-gpios:
21 type: phandle-array
23 GPIO of the RF Switch to control SR RF output to either SR Antenna
[all …]
/Zephyr-latest/boards/nordic/nrf7002dk/
Dnrf70_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
7 iovdd-ctrl-gpios = <&gpio0 31 GPIO_ACTIVE_HIGH>;
8 bucken-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
9 host-irq-gpios = <&gpio0 23 GPIO_ACTIVE_HIGH>;
10 srrf-switch-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
12 wifi-max-tx-pwr-2g-dsss = <21>;
13 wifi-max-tx-pwr-2g-mcs0 = <16>;
14 wifi-max-tx-pwr-2g-mcs7 = <16>;
/Zephyr-latest/boards/shields/nrf7002ek/
Dnrf7002ek_common.dtsi4 * SPDX-License-Identifier: Apache-2.0
10 iovdd-ctrl-gpios = <&arduino_header 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
12 bucken-gpios = <&arduino_header 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
14 host-irq-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>;
16 /* Short-range (SR) co-existence */
18 srrf-switch-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>;
21 wifi-max-tx-pwr-2g-dsss = <21>;
22 wifi-max-tx-pwr-2g-mcs0 = <16>;
23 wifi-max-tx-pwr-2g-mcs7 = <16>;
/Zephyr-latest/boards/shields/nrf7002eb/
Dnrf7002eb.overlay4 * SPDX-License-Identifier: Apache-2.0
19 compatible = "nordic,nrf7002-spi";
22 spi-max-frequency = <DT_FREQ_M(8)>;
24 bucken-gpios = <&edge_connector 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
25 iovdd-ctrl-gpios = <&edge_connector 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
26 host-irq-gpios = <&edge_connector 19 GPIO_ACTIVE_HIGH>;
27 srrf-switch-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>;
33 wifi-max-tx-pwr-2g-dsss = <21>;
34 wifi-max-tx-pwr-2g-mcs0 = <16>;
35 wifi-max-tx-pwr-2g-mcs7 = <16>;
[all …]
/Zephyr-latest/drivers/wifi/nrf_wifi/
DKconfig.nrfwifi1 # Nordic Wi-Fi driver for nRF70 series SoCs
5 # SPDX-License-Identifier: Apache-2.0
21 Nordic Wi-Fi Driver
124 bool "Wi-Fi interface auto start on boot"
145 bool "Low power mode in nRF Wi-Fi chipsets"
169 module-dep = LOG
170 module-str = Log level for Wi-Fi nRF70 driver
171 module-help = Sets log level for Wi-Fi nRF70 driver
193 # Wi-Fi and SR Coexistence Hardware configuration.
195 bool "Wi-Fi and SR coexistence support"
[all …]