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/brcm,bcm43xx-fmac.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 Broadcom BCM43xx Fullmac wireless SDIO devices
    2 
    3 This node provides properties for controlling the Broadcom 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 
    9  - compatible : Should be "brcm,bcm4329-fmac".
   10 
   11 Optional properties:
   12  - brcm,drive-strength : drive strength used for SDIO pins on device in mA
   13         (default = 6).
   14  - interrupts : specifies attributes for the out-of-band interrupt (host-wake).
   15         When not specified the device will use in-band SDIO interrupts.
   16  - interrupt-names : name of the out-of-band interrupt, which must be set
   17         to "host-wake".
   18 
   19 Example:
   20 
   21 mmc3: mmc@1c12000 {
   22         #address-cells = <1>;
   23         #size-cells = <0>;
   24 
   25         pinctrl-names = "default";
   26         pinctrl-0 = <&mmc3_pins_a>;
   27         vmmc-supply = <&reg_vmmc3>;
   28         bus-width = <4>;
   29         non-removable;
   30 
   31         brcmf: wifi@1 {
   32                 reg = <1>;
   33                 compatible = "brcm,bcm4329-fmac";
   34                 interrupt-parent = <&pio>;
   35                 interrupts = <10 8>; /* PH10 / EINT10 */
   36                 interrupt-names = "host-wake";
   37         };
   38 };

Cache object: 88bc2db0d98389e7e2cca01d81c883ce


[ 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.