Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 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 | |
| 7 | title: Calxeda Platforms |
| 8 | |
| 9 | maintainers: |
| 10 | - Rob Herring <robh@kernel.org> |
| 11 | description: |+ |
| 12 | Bindings for boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC |
| 13 | or Cortex-A15 based ECX-2000 SOCs |
| 14 | |
| 15 | properties: |
| 16 | $nodename: |
| 17 | const: '/' |
| 18 | compatible: |
| 19 | items: |
| 20 | - enum: |
| 21 | - calxeda,highbank |
| 22 | - calxeda,ecx-2000 |
| 23 | |
| 24 | additionalProperties: true |