Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/calxeda.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: Calxeda Platforms Device Tree Bindings
0008 
0009 maintainers:
0010   - Rob Herring <robh@kernel.org>
0011 description: |+
0012   Bindings for boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC
0013   or Cortex-A15 based ECX-2000 SOCs
0014 
0015 properties:
0016   $nodename:
0017     const: '/'
0018   compatible:
0019     items:
0020       - enum:
0021           - calxeda,highbank
0022           - calxeda,ecx-2000
0023 
0024 additionalProperties: true