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/sti.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: ST STi Platforms Device Tree Bindings
0008 
0009 maintainers:
0010   - Patrice Chotard <patrice.chotard@foss.st.com>
0011 
0012 properties:
0013   $nodename:
0014     const: '/'
0015   compatible:
0016     items:
0017       - enum:
0018           - st,stih415
0019           - st,stih416
0020           - st,stih407
0021           - st,stih410
0022           - st,stih418
0023 
0024 additionalProperties: true
0025 
0026 ...