| # Copyright (c) 2024 Nordic Semiconductor ASA |
| # SPDX-License-Identifier: Apache-2.0 |
| |
| properties: |
| iovdd-ctrl-gpios: |
| type: phandle-array |
| description: | |
| GPIO of the SoC controlling IO_VDD Control pin of the nRF70, either this |
| or iovdd-regulator needs to be set. |
| |
| iovdd-regulator: |
| type: phandle |
| description: | |
| Regulator controlling IO_VDD of the nRF70, either this or iovdd-ctrl-gpios |
| needs to be set. |
| |
| bucken-gpios: |
| type: phandle-array |
| required: true |
| description: GPIO of the SoC controlling BUCK_EN pin of the nRF70 |
| |
| host-irq-gpios: |
| type: phandle-array |
| required: true |
| description: GPIO of the SoC controlling the HOST_IRQ pin of the nRF70 |
| |
| srrf-switch-gpios: |
| type: phandle-array |
| description: | |
| GPIO of the RF Switch to control SR RF output to either SR Antenna |
| or shared Antenna with Wi-Fi |
| |
| iovdd-power-up-delay-ms: |
| type: int |
| default: 1 |
| description: | |
| Duration to wait after enabling IOVDD before attempting communications. |
| Default value of 1 comes from the nRF7002 DK/EK switch (TCK106AG): ~600us |