Searched +full:srrf +full:- +full:switch +full:- +full:gpios (Results 1 – 6 of 6) sorted by relevance
4 * SPDX-License-Identifier: Apache-2.07 /* Only GPIOs 1..11 are supported for PORT1 in nRF54H20DK board, for now8 * 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;
2 # SPDX-License-Identifier: Apache-2.05 iovdd-ctrl-gpios:6 type: phandle-array10 bucken-gpios:11 type: phandle-array15 host-irq-gpios:16 type: phandle-array20 srrf-switch-gpios:21 type: phandle-array23 GPIO of the RF Switch to control SR RF output to either SR Antenna[all …]
4 * SPDX-License-Identifier: Apache-2.07 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>;
4 * SPDX-License-Identifier: Apache-2.010 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>;
4 * SPDX-License-Identifier: Apache-2.019 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 …]
1 # Nordic Wi-Fi driver for nRF70 series SoCs5 # SPDX-License-Identifier: Apache-2.021 Nordic Wi-Fi Driver124 bool "Wi-Fi interface auto start on boot"145 bool "Low power mode in nRF Wi-Fi chipsets"169 module-dep = LOG170 module-str = Log level for Wi-Fi nRF70 driver171 module-help = Sets log level for Wi-Fi nRF70 driver193 # Wi-Fi and SR Coexistence Hardware configuration.195 bool "Wi-Fi and SR coexistence support"[all …]