summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/arm/bcm/brcm,bcmbca.yaml
blob: 07892cbdd23c523498d4eabb7cedd22ffcb78b0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
%YAML 1.2
---
$id: http://devicetree.org/schemas/arm/bcm/brcm,bcmbca.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Broadcom Broadband SoC

description:
  Broadcom Broadband SoCs include family of high performance DSL/PON/Wireless
  chips that can be used as home gateway, router and WLAN AP for residential,
  enterprise and carrier applications.

maintainers:
  - William Zhang <william.zhang@broadcom.com>
  - Anand Gore <anand.gore@broadcom.com>
  - Kursad Oney <kursad.oney@broadcom.com>
  - Rafał Miłecki <rafal@milecki.pl>

properties:
  $nodename:
    const: '/'
  compatible:
    oneOf:
      - description: BCM47622 based boards
        items:
          - enum:
              - brcm,bcm947622
          - const: brcm,bcm47622
          - const: brcm,bcmbca

      - description: BCM4906 based boards
        items:
          - enum:
              - netgear,r8000p
              - tplink,archer-c2300-v1
          - const: brcm,bcm4906
          - const: brcm,bcm4908
          - const: brcm,bcmbca

      - description: BCM4908 based boards
        items:
          - enum:
              - asus,gt-ac5300
              - brcm,bcm94908
              - netgear,raxe500
          - const: brcm,bcm4908
          - const: brcm,bcmbca

      - description: BCM49408 based boards
        items:
          - const: brcm,bcm49408
          - const: brcm,bcm4908
          - const: brcm,bcmbca

      - description: BCM4912 based boards
        items:
          - enum:
              - asus,gt-ax6000
              - brcm,bcm94912
          - const: brcm,bcm4912
          - const: brcm,bcmbca

      - description: BCM63138 based boards
        items:
          - enum:
              - brcm,bcm963138
              - brcm,BCM963138DVT
          - const: brcm,bcm63138
          - const: brcm,bcmbca

      - description: BCM63146 based boards
        items:
          - enum:
              - brcm,bcm963146
          - const: brcm,bcm63146
          - const: brcm,bcmbca

      - description: BCM63148 based boards
        items:
          - enum:
              - brcm,bcm963148
          - const: brcm,bcm63148
          - const: brcm,bcmbca

      - description: BCM63158 based boards
        items:
          - enum:
              - brcm,bcm963158
          - const: brcm,bcm63158
          - const: brcm,bcmbca

      - description: BCM63178 based boards
        items:
          - enum:
              - brcm,bcm963178
          - const: brcm,bcm63178
          - const: brcm,bcmbca

      - description: BCM6756 based boards
        items:
          - enum:
              - brcm,bcm96756
          - const: brcm,bcm6756
          - const: brcm,bcmbca

      - description: BCM6813 based boards
        items:
          - enum:
              - brcm,bcm96813
          - const: brcm,bcm6813
          - const: brcm,bcmbca

      - description: BCM6846 based boards
        items:
          - enum:
              - brcm,bcm96846
          - const: brcm,bcm6846
          - const: brcm,bcmbca

      - description: BCM6855 based boards
        items:
          - enum:
              - brcm,bcm96855
          - const: brcm,bcm6855
          - const: brcm,bcmbca

      - description: BCM6856 based boards
        items:
          - enum:
              - brcm,bcm96856
          - const: brcm,bcm6856
          - const: brcm,bcmbca

      - description: BCM6858 based boards
        items:
          - enum:
              - brcm,bcm96858
          - const: brcm,bcm6858
          - const: brcm,bcmbca

      - description: BCM6878 based boards
        items:
          - enum:
              - brcm,bcm96878
          - const: brcm,bcm6878
          - const: brcm,bcmbca

additionalProperties: true

...