1*d5b0e70fSEmmanuel Vadot# SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 2*d5b0e70fSEmmanuel Vadot%YAML 1.2 3*d5b0e70fSEmmanuel Vadot--- 4*d5b0e70fSEmmanuel Vadot$id: http://devicetree.org/schemas/arm/bcm/brcm,bcmbca.yaml# 5*d5b0e70fSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6*d5b0e70fSEmmanuel Vadot 7*d5b0e70fSEmmanuel Vadottitle: Broadcom Broadband SoC device tree bindings 8*d5b0e70fSEmmanuel Vadot 9*d5b0e70fSEmmanuel Vadotdescription: 10*d5b0e70fSEmmanuel Vadot Broadcom Broadband SoCs include family of high performance DSL/PON/Wireless 11*d5b0e70fSEmmanuel Vadot chips that can be used as home gateway, router and WLAN AP for residential, 12*d5b0e70fSEmmanuel Vadot enterprise and carrier applications. 13*d5b0e70fSEmmanuel Vadot 14*d5b0e70fSEmmanuel Vadotmaintainers: 15*d5b0e70fSEmmanuel Vadot - William Zhang <william.zhang@broadcom.com> 16*d5b0e70fSEmmanuel Vadot - Anand Gore <anand.gore@broadcom.com> 17*d5b0e70fSEmmanuel Vadot - Kursad Oney <kursad.oney@broadcom.com> 18*d5b0e70fSEmmanuel Vadot 19*d5b0e70fSEmmanuel Vadotproperties: 20*d5b0e70fSEmmanuel Vadot $nodename: 21*d5b0e70fSEmmanuel Vadot const: '/' 22*d5b0e70fSEmmanuel Vadot compatible: 23*d5b0e70fSEmmanuel Vadot oneOf: 24*d5b0e70fSEmmanuel Vadot - description: BCM47622 based boards 25*d5b0e70fSEmmanuel Vadot items: 26*d5b0e70fSEmmanuel Vadot - enum: 27*d5b0e70fSEmmanuel Vadot - brcm,bcm947622 28*d5b0e70fSEmmanuel Vadot - const: brcm,bcm47622 29*d5b0e70fSEmmanuel Vadot - const: brcm,bcmbca 30*d5b0e70fSEmmanuel Vadot 31*d5b0e70fSEmmanuel VadotadditionalProperties: true 32*d5b0e70fSEmmanuel Vadot 33*d5b0e70fSEmmanuel Vadot... 34