blob: c4e7b2a1a2b70ce78b387b1e672b29b17bd5e95e [file] [log] [blame]
description: |
AIROC Wi-Fi Connectivity over SPI.
compatible: "infineon,airoc-wifi"
include: [spi-device.yaml, "infineon,airoc-wifi.yaml"]
properties:
wifi-host-wake-gpios:
required: true
bus-select-gpios:
required: true
description: |
Select bus mode. This gpio must be held low before
wifi-reg-on-gpios goes high to select SPI bus mode.
type: phandle-array
spi-half-duplex:
description:
Use half-duplex communication; if not present, full-
duplex operation is assumed.
type: boolean
spi-word-size:
description:
SPI word size in bits. Since 8-bit word size is the
most common, that is selected as the default.
type: int
enum:
- 8
- 16
- 32
default: 8
spi-data-irq-shared:
description:
SPI data and IRQ share the same GPIO.
type: boolean