1 * Microchip WILC wireless SPI device
3 The wilc1000 chips can be connected via SPI. This document describes
4 the binding for the SPI connected module.
7 - compatible : Should be "microchip,wilc1000-spi"
8 - spi-max-frequency : Maximum SPI clocking speed of device in Hz
9 - reg : Chip select address of device
10 - irq-gpios : Connect to a host IRQ
16 cs-gpios = <&pioB 21 0>;
20 compatible = "microchip,wilc1000-spi";
21 spi-max-frequency = <48000000>;
23 irq-gpios = <&pioC 27 0>;