1 * Texas Instruments wl1251 wireless lan controller
3 The wl1251 chip can be connected via SPI or via SDIO. This
4 document describes the binding for the SPI connected chip.
7 - compatible : Should be "ti,wl1251"
8 - reg : Chip select address of device
9 - spi-max-frequency : Maximum SPI clocking speed of device in Hz
10 - interrupts : Should contain interrupt line
11 - vio-supply : phandle to regulator providing VIO
14 - ti,wl1251-has-eeprom : boolean, the wl1251 has an eeprom connected, which
15 provides configuration data (calibration, MAC, ...)
16 - ti,power-gpio : GPIO connected to chip's PMEN pin if operated in
18 - Please consult Documentation/devicetree/bindings/spi/spi-bus.txt
19 for optional SPI connection related properties,
25 compatible = "ti,wl1251";
28 spi-max-frequency = <48000000>;
32 interrupt-parent = <&gpio2>;
33 interrupts = <10 IRQ_TYPE_NONE>; /* gpio line 42 */
36 ti,power-gpio = <&gpio3 23 GPIO_ACTIVE_HIGH>; /* 87 */
41 vmmc-supply = <&wlan_en>;
48 pinctrl-names = "default";
49 pinctrl-0 = <&mmc3_pins>;
55 compatible = "ti,wl1251";
59 interrupt-parent = <&gpio1>;
60 interrupts = <21 IRQ_TYPE_LEVEL_HIGH>; /* GPIO_21 */