0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/bcm/brcm,stingray.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006
0007 title: Broadcom Stingray device tree bindings
0008
0009 maintainers:
0010 - Ray Jui <rjui@broadcom.com>
0011 - Scott Branden <sbranden@broadcom.com>
0012
0013 properties:
0014 $nodename:
0015 const: '/'
0016 compatible:
0017 items:
0018 - enum:
0019 - brcm,bcm958742k
0020 - brcm,bcm958742t
0021 - brcm,bcm958802a802x
0022 - const: brcm,stingray
0023
0024 additionalProperties: true
0025
0026 ...