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/mrvl/mrvl.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Marvell Platforms Device Tree Bindings
0008 
0009 maintainers:
0010   - Lubomir Rintel <lkundrak@v3.sk>
0011 
0012 properties:
0013   $nodename:
0014     const: '/'
0015   compatible:
0016     oneOf:
0017       - description: PXA168 Aspenite Board
0018         items:
0019           - enum:
0020               - mrvl,pxa168-aspenite
0021           - const: mrvl,pxa168
0022       - description: PXA910 DKB Board
0023         items:
0024           - enum:
0025               - mrvl,pxa910-dkb
0026           - const: mrvl,pxa910
0027       - description: MMP2 based boards
0028         items:
0029           - enum:
0030               - mrvl,mmp2-brownstone
0031               - olpc,xo-1.75
0032           - const: mrvl,mmp2
0033       - description: MMP3 based boards
0034         items:
0035           - enum:
0036               - dell,wyse-ariel
0037           - const: marvell,mmp3
0038 
0039 additionalProperties: true
0040 
0041 ...