1# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/bcm/brcm,bcmbca.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Broadcom Broadband SoC device tree bindings
8
9description:
10  Broadcom Broadband SoCs include family of high performance DSL/PON/Wireless
11  chips that can be used as home gateway, router and WLAN AP for residential,
12  enterprise and carrier applications.
13
14maintainers:
15  - William Zhang <william.zhang@broadcom.com>
16  - Anand Gore <anand.gore@broadcom.com>
17  - Kursad Oney <kursad.oney@broadcom.com>
18
19properties:
20  $nodename:
21    const: '/'
22  compatible:
23    oneOf:
24      - description: BCM47622 based boards
25        items:
26          - enum:
27              - brcm,bcm947622
28          - const: brcm,bcm47622
29          - const: brcm,bcmbca
30
31      - description: BCM4912 based boards
32        items:
33          - enum:
34              - brcm,bcm94912
35          - const: brcm,bcm4912
36          - const: brcm,bcmbca
37
38      - description: BCM63158 based boards
39        items:
40          - enum:
41              - brcm,bcm963158
42          - const: brcm,bcm63158
43          - const: brcm,bcmbca
44
45      - description: BCM63178 based boards
46        items:
47          - enum:
48              - brcm,bcm963178
49          - const: brcm,bcm63178
50          - const: brcm,bcmbca
51
52      - description: BCM6858 based boards
53        items:
54          - enum:
55              - brcm,bcm96858
56          - const: brcm,bcm6858
57          - const: brcm,bcmbca
58
59additionalProperties: true
60
61...
62