1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/bcm/brcm,bcm4708.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Broadcom BCM4708 device tree bindings
8
9description:
10  Broadcom BCM4708/47081/4709/47094/53012 Wi-Fi/network SoCs based
11  on the iProc architecture (Northstar).
12
13maintainers:
14  - Florian Fainelli <f.fainelli@gmail.com>
15  - Hauke Mehrtens <hauke@hauke-m.de>
16  - Rafal Milecki <zajec5@gmail.com>
17
18properties:
19  $nodename:
20    const: '/'
21  compatible:
22    oneOf:
23      - description: BCM4708 based boards
24        items:
25          - enum:
26              - asus,rt-ac56u
27              - asus,rt-ac68u
28              - buffalo,wzr-1750dhp
29              - linksys,ea6300-v1
30              - linksys,ea6500-v2
31              - luxul,xap-1510v1
32              - luxul,xwc-1000
33              - netgear,r6250v1
34              - netgear,r6300v2
35              - smartrg,sr400ac
36              - brcm,bcm94708
37          - const: brcm,bcm4708
38
39      - description: BCM47081 based boards
40        items:
41          - enum:
42              - asus,rt-n18u
43              - buffalo,wzr-600dhp2
44              - buffalo,wzr-900dhp
45              - luxul,xap-1410v1
46              - luxul,xwr-1200v1
47              - tplink,archer-c5-v2
48          - const: brcm,bcm47081
49          - const: brcm,bcm4708
50
51      - description: BCM4709 based boards
52        items:
53          - enum:
54              - asus,rt-ac87u
55              - buffalo,wxr-1900dhp
56              - linksys,ea9200
57              - netgear,r7000
58              - netgear,r8000
59              - tplink,archer-c9-v1
60              - brcm,bcm94709
61          - const: brcm,bcm4709
62          - const: brcm,bcm4708
63
64      - description: BCM47094 based boards
65        items:
66          - enum:
67              - dlink,dir-885l
68              - linksys,panamera
69              - luxul,abr-4500-v1
70              - luxul,xap-1610-v1
71              - luxul,xbr-4500-v1
72              - luxul,xwc-2000-v1
73              - luxul,xwr-3100v1
74              - luxul,xwr-3150-v1
75              - netgear,r8500
76              - phicomm,k3
77          - const: brcm,bcm47094
78          - const: brcm,bcm4708
79
80      - description: BCM53012 based boards
81        items:
82          - enum:
83              - brcm,bcm953012er
84              - brcm,bcm953012hr
85              - brcm,bcm953012k
86              - meraki,mr32
87          - const: brcm,brcm53012
88          - const: brcm,brcm53016
89          - const: brcm,bcm4708
90
91additionalProperties: true
92
93...
94