brintos

brintos / linux-shallow public Read only

0
0
Text · 542 B · 3e9f5e1 Raw
25 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/arm/calxeda.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Calxeda Platforms8 9maintainers:10  - Rob Herring <robh@kernel.org>11description: |+12  Bindings for boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC13  or Cortex-A15 based ECX-2000 SOCs14 15properties:16  $nodename:17    const: '/'18  compatible:19    items:20      - enum:21          - calxeda,highbank22          - calxeda,ecx-200023 24additionalProperties: true25