Lines Matching +full:wake +full:- +full:gpios
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/wireless/brcm,bcm4329-fmac.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Arend van Spriel <arend@broadcom.com>
21 - items:
22 - enum:
23 - brcm,bcm43143-fmac
24 - brcm,bcm4341b0-fmac
25 - brcm,bcm4341b4-fmac
26 - brcm,bcm4341b5-fmac
27 - brcm,bcm4329-fmac
28 - brcm,bcm4330-fmac
29 - brcm,bcm4334-fmac
30 - brcm,bcm43340-fmac
31 - brcm,bcm4335-fmac
32 - brcm,bcm43362-fmac
33 - brcm,bcm4339-fmac
34 - brcm,bcm43430a0-fmac
35 - brcm,bcm43430a1-fmac
36 - brcm,bcm43455-fmac
37 - brcm,bcm43456-fmac
38 - brcm,bcm4354-fmac
39 - brcm,bcm4356-fmac
40 - brcm,bcm4359-fmac
41 - cypress,cyw4373-fmac
42 - cypress,cyw43012-fmac
43 - const: brcm,bcm4329-fmac
44 - const: brcm,bcm4329-fmac
52 description: Out-of-band (OOB) IRQ line for waking up the host
56 interrupt-names:
57 description: Name for the OOB IRQ, this must be set to "host-wake".
58 const: host-wake
60 brcm,drive-strength:
66 reset-gpios:
71 brcm,ccode-map:
72 $ref: /schemas/types.yaml#/definitions/string-array
76 pattern: '^[A-Z][A-Z]-[A-Z][0-9A-Z]-[0-9]+$'
79 - compatible
80 - reg
85 - |
86 #include <dt-bindings/interrupt-controller/irq.h>
87 #include <dt-bindings/gpio/gpio.h>
92 clock-names = "mclk", "apb_pclk";
94 bus-width = <4>;
95 non-removable;
96 vmmc-supply = <&wl_bt_reg>;
97 #address-cells = <1>;
98 #size-cells = <0>;
101 compatible = "brcm,bcm4334-fmac", "brcm,bcm4329-fmac";
103 interrupt-parent = <&gpio>;
105 interrupt-names = "host-wake";
106 reset-gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
107 brcm,ccode-map = "JP-JP-78", "US-Q2-86";