Home
last modified time | relevance | path

Searched +full:iovdd +full:- +full:ctrl +full:- +full:gpios (Results 1 – 5 of 5) sorted by relevance

/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
24 or shared Antenna with Wi-Fi
/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/boards/
Dnrf9160dk_nrf9160_ns.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /* Disabled because of conflicts on P0.00 and P0.01 - Arduino pins D0 and D1
8 * (iovdd-ctrl-gpios and bucken-gpios in nrf7002ek, respectively).
15 * GPIO pin used by extender itself conflicts with Wi-Fi (0.6), so,
/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 …]