GNU Linux-libre 6.8.9-gnu
[releases.git] / Documentation / devicetree / bindings / arm / bcm / brcm,bcm53573.yaml
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
2 %YAML 1.2
3 ---
4 $id: http://devicetree.org/schemas/arm/bcm/brcm,bcm53573.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
6
7 title: Broadcom BCM53573 SoCs family
8
9 description:
10   Broadcom BCM53573 / BCM47189 Wi-Fi SoCs derived from Northstar.
11
12 maintainers:
13   - Rafał Miłecki <rafal@milecki.pl>
14
15 properties:
16   $nodename:
17     const: '/'
18   compatible:
19     oneOf:
20       - description: BCM53573 based boards
21         items:
22           - enum:
23               - tenda,ac6-v1
24               - tenda,w15e-v1
25           - const: brcm,bcm53573
26
27       - description: BCM47189 based boards
28         items:
29           - enum:
30               - brcm,bcm947189acdbmr
31               - luxul,xap-810-v1
32               - luxul,xap-1440-v1
33               - tenda,ac9
34           - const: brcm,bcm47189
35           - const: brcm,bcm53573
36
37 additionalProperties: true
38
39 ...