summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
blob: 04034dfde609a462bc2ecb6c033a40e12a6faeb3 (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
# 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 device tree bindings

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>

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

      - description: BCM4912 based boards
        items:
          - enum:
              - brcm,bcm94912
          - const: brcm,bcm4912
          - 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

additionalProperties: true

...