1description: | 2 AIROC Wi-Fi Connectivity over SPI. 3 4compatible: "infineon,airoc-wifi" 5 6include: [spi-device.yaml, "infineon,airoc-wifi.yaml"] 7 8properties: 9 wifi-host-wake-gpios: 10 required: true 11 12 bus-select-gpios: 13 required: true 14 description: | 15 Select bus mode. This gpio must be held low before 16 wifi-reg-on-gpios goes high to select SPI bus mode. 17 type: phandle-array 18 19 spi-half-duplex: 20 description: 21 Use half-duplex communication; if not present, full- 22 duplex operation is assumed. 23 type: boolean 24 25 spi-word-size: 26 description: 27 SPI word size in bits. Since 8-bit word size is the 28 most common, that is selected as the default. 29 type: int 30 enum: 31 - 8 32 - 16 33 - 32 34 default: 8 35 36 spi-data-irq-shared: 37 description: 38 SPI data and IRQ share the same GPIO. 39 type: boolean 40