1 Broadcom BCM43xx Fullmac wireless SDIO devices
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.
9 - compatible : Should be "brcm,bcm4329-fmac".
12 - brcm,drive-strength : drive strength used for SDIO pins on device in mA
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
25 pinctrl-names = "default";
26 pinctrl-0 = <&mmc3_pins_a>;
27 vmmc-supply = <®_vmmc3>;
33 compatible = "brcm,bcm4329-fmac";
34 interrupt-parent = <&pio>;
35 interrupts = <10 8>; /* PH10 / EINT10 */
36 interrupt-names = "host-wake";