1 * Texas Instruments wl12xx/wl18xx wireless lan controller
3 The wl12xx/wl18xx chips can be connected via SPI or via SDIO. This
4 document describes the binding for the SPI connected chip.
7 - compatible : Should be one of the following:
18 - reg : Chip select address of device
19 - spi-max-frequency : Maximum SPI clocking speed of device in Hz
20 - interrupts : Should contain parameters for 1 interrupt line.
21 - vwlan-supply : Point the node of the regulator that powers/enable the
25 - ref-clock-frequency : Reference clock frequency (should be set for wl12xx)
26 - clock-xtal : boolean, clock is generated from XTAL
28 - Please consult Documentation/devicetree/bindings/spi/spi-bus.txt
29 for optional SPI connection related properties,
36 compatible = "ti,wl1271";
38 spi-max-frequency = <48000000>;
39 interrupt-parent = <&gpio3>;
40 interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
41 vwlan-supply = <&vwlan_fixed>;
43 ref-clock-frequency = <38400000>;
50 compatible = "ti,wl1835";
52 spi-max-frequency = <48000000>;
53 interrupt-parent = <&gpio0>;
54 interrupts = <27 IRQ_TYPE_EDGE_RISING>;
55 vwlan-supply = <&vwlan_fixed>;