The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/net/wireless/ti,wlcore.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 TI Wilink 6/7/8 (wl12xx/wl18xx) SDIO devices
    2 
    3 This node provides properties for controlling the wilink wireless device. The
    4 node is expected to be specified as a child node to the SDIO controller that
    5 connects the device to the system.
    6 
    7 Required properties:
    8  - compatible: should be one of the following:
    9     * "ti,wl1271"
   10     * "ti,wl1273"
   11     * "ti,wl1281"
   12     * "ti,wl1283"
   13     * "ti,wl1285"
   14     * "ti,wl1801"
   15     * "ti,wl1805"
   16     * "ti,wl1807"
   17     * "ti,wl1831"
   18     * "ti,wl1835"
   19     * "ti,wl1837"
   20  - interrupts : specifies attributes for the out-of-band interrupt.
   21 
   22 Optional properties:
   23  - ref-clock-frequency : ref clock frequency in Hz
   24  - tcxo-clock-frequency : tcxo clock frequency in Hz
   25 
   26 Note: the *-clock-frequency properties assume internal clocks. In case of external
   27 clock, new bindings (for parsing the clock nodes) have to be added.
   28 
   29 Example:
   30 
   31 &mmc3 {
   32         vmmc-supply = <&wlan_en_reg>;
   33         bus-width = <4>;
   34         cap-power-off-card;
   35         keep-power-in-suspend;
   36 
   37         #address-cells = <1>;
   38         #size-cells = <0>;
   39         wlcore: wlcore@2 {
   40                 compatible = "ti,wl1835";
   41                 reg = <2>;
   42                 interrupt-parent = <&gpio0>;
   43                 interrupts = <19 IRQ_TYPE_LEVEL_HIGH>;
   44         };
   45 };

Cache object: 113778700b616d86431ebffec5e4daf7


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.