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,vulcan-soc.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Broadcom Vulcan device tree bindings
0008 
0009 maintainers:
0010   - Robert Richter <rrichter@marvell.com>
0011 
0012 properties:
0013   $nodename:
0014     const: '/'
0015   compatible:
0016     items:
0017       - enum:
0018           - brcm,vulcan-eval
0019           - cavium,thunderx2-cn9900
0020       - const: brcm,vulcan-soc
0021 
0022 additionalProperties: true
0023 
0024 ...