1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/calxeda.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Calxeda Platforms
8
9maintainers:
10  - Rob Herring <robh@kernel.org>
11description: |+
12  Bindings for boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC
13  or Cortex-A15 based ECX-2000 SOCs
14
15properties:
16  $nodename:
17    const: '/'
18  compatible:
19    items:
20      - enum:
21          - calxeda,highbank
22          - calxeda,ecx-2000
23
24additionalProperties: true
25