Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/bcm/brcm,cygnus.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Broadcom Cygnus 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,bcm11300
0020           - brcm,bcm11320
0021           - brcm,bcm11350
0022           - brcm,bcm11360
0023           - brcm,bcm58300
0024           - brcm,bcm58302
0025           - brcm,bcm58303
0026           - brcm,bcm58305
0027       - const: brcm,cygnus
0028 
0029 additionalProperties: true
0030 
0031 ...