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/amazon,al.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Amazon's Annapurna Labs Alpine Platform Device Tree Bindings
0008 
0009 maintainers:
0010   - Hanna Hawa <hhhawa@amazon.com>
0011   - Talel Shenhar <talel@amazon.com>, <talelshenhar@gmail.com>
0012   - Ronen Krupnik <ronenk@amazon.com>
0013 
0014 properties:
0015   compatible:
0016     oneOf:
0017       - description: Boards with Alpine V1 SoC
0018         items:
0019           - const: al,alpine
0020 
0021       - description: Boards with Alpine V2 SoC
0022         items:
0023           - enum:
0024               - al,alpine-v2-evp
0025           - const: al,alpine-v2
0026 
0027       - description: Boards with Alpine V3 SoC
0028         items:
0029           - enum:
0030               - amazon,al-alpine-v3-evp
0031           - const: amazon,al-alpine-v3
0032 
0033 additionalProperties: true
0034 
0035 ...