Lines Matching +full:wi +full:- +full:fi

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 - enum:
45 - brcm,bcm4329-fmac
46 - pci14e4,43dc # BCM4355
47 - pci14e4,4464 # BCM4364
48 - pci14e4,4488 # BCM4377
49 - pci14e4,4425 # BCM4378
50 - pci14e4,4433 # BCM4387
58 description: Out-of-band (OOB) IRQ line for waking up the host
62 interrupt-names:
63 description: Name for the OOB IRQ, this must be set to "host-wake".
64 const: host-wake
66 brcm,drive-strength:
72 reset-gpios:
77 brcm,ccode-map:
78 $ref: /schemas/types.yaml#/definitions/string-array
82 pattern: '^[A-Z][A-Z]-[A-Z][0-9A-Z]-[0-9]+$'
84 brcm,ccode-map-trivial:
87 country code and revision: cc -> { cc, 0 }. In other words, assume that
90 brcm,ccode-map. If both properties are specified, then brcm,ccode-map
94 brcm,cal-blob:
95 $ref: /schemas/types.yaml#/definitions/uint8-array
96 description: A per-device calibration blob for the Wi-Fi radio. This
100 brcm,board-type:
108 this should be the Apple module-instance codename prefixed by "apple,",
111 apple,antenna-sku:
120 - compatible
121 - reg
126 - |
127 #include <dt-bindings/interrupt-controller/irq.h>
128 #include <dt-bindings/gpio/gpio.h>
133 clock-names = "mclk", "apb_pclk";
135 bus-width = <4>;
136 non-removable;
137 vmmc-supply = <&wl_bt_reg>;
138 #address-cells = <1>;
139 #size-cells = <0>;
142 compatible = "brcm,bcm4334-fmac", "brcm,bcm4329-fmac";
144 interrupt-parent = <&gpio>;
146 interrupt-names = "host-wake";
147 reset-gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
148 brcm,ccode-map = "JP-JP-78", "US-Q2-86";