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 31additionalProperties: true 32 33... 34