1# SPDX-License-Identifier: GPL-2.0
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/arm/altera.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Altera's SoCFPGA platform device tree bindings
8
9maintainers:
10  - Dinh Nguyen <dinguyen@kernel.org>
11
12properties:
13  $nodename:
14    const: "/"
15  compatible:
16    oneOf:
17      - description: Arria 5 boards
18        items:
19          - const: altr,socfpga-arria5
20          - const: altr,socfpga
21
22      - description: Arria 10 boards
23        items:
24          - const: altr,socfpga-arria10
25          - const: altr,socfpga
26
27      - description: Cyclone 5 boards
28        items:
29          - enum:
30              - altr,socfpga-cyclone5-socdk
31              - denx,mcvevk
32              - ebv,socrates
33              - macnica,sodia
34              - novtech,chameleon96
35              - samtec,vining
36              - terasic,de0-atlas
37              - terasic,socfpga-cyclone5-sockit
38          - const: altr,socfpga-cyclone5
39          - const: altr,socfpga
40
41additionalProperties: true
42
43...
44