Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 # Copyright 2019 Unisoc Inc.
0003 %YAML 1.2
0004 ---
0005 $id: http://devicetree.org/schemas/arm/sprd/sprd.yaml#
0006 $schema: http://devicetree.org/meta-schemas/core.yaml#
0007 
0008 title: Unisoc platforms device tree bindings
0009 
0010 maintainers:
0011   - Orson Zhai <orsonzhai@gmail.com>
0012   - Baolin Wang <baolin.wang7@gmail.com>
0013   - Chunyan Zhang <zhang.lyra@gmail.com>
0014 
0015 properties:
0016   $nodename:
0017     const: '/'
0018   compatible:
0019     oneOf:
0020       - items:
0021           - enum:
0022               - sprd,sc9836-openphone
0023           - const: sprd,sc9836
0024       - items:
0025           - enum:
0026               - sprd,sp9860g-1h10
0027           - const: sprd,sc9860
0028       - items:
0029           - enum:
0030               - sprd,sp9863a-1h10
0031           - const: sprd,sc9863a
0032 
0033       - items:
0034           - enum:
0035               - sprd,ums512-1h10
0036           - const: sprd,ums512
0037 
0038 additionalProperties: true
0039 
0040 ...