xref: /linux/Documentation/devicetree/bindings/arm/altera.yaml (revision 5ea5880764cbb164afb17a62e76ca75dc371409d)
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
8
9maintainers:
10  - Dinh Nguyen <dinguyen@kernel.org>
11
12description:
13  Altera/Intel boards with ARM 32/64 bits cores
14
15properties:
16  $nodename:
17    const: "/"
18  compatible:
19    oneOf:
20      - description: Arria 5 boards
21        items:
22          - enum:
23              - altr,socfpga-arria5-socdk
24          - const: altr,socfpga-arria5
25          - const: altr,socfpga
26
27      - description: Arria 10 boards
28        items:
29          - enum:
30              - altr,socfpga-arria10-socdk
31          - const: altr,socfpga-arria10
32          - const: altr,socfpga
33
34      - description: Mercury+ AA1 boards
35        items:
36          - enum:
37              - enclustra,mercury-aa1-pe1
38              - enclustra,mercury-aa1-pe3
39              - enclustra,mercury-aa1-st1
40              - google,chameleon-v3
41          - const: enclustra,mercury-aa1
42          - const: altr,socfpga-arria10
43          - const: altr,socfpga
44
45      - description: Cyclone 5 boards
46        items:
47          - enum:
48              - altr,socfpga-cyclone5-socdk
49              - denx,mcvevk
50              - ebv,socrates
51              - macnica,sodia
52              - novtech,chameleon96
53              - samtec,vining
54              - terasic,de0-atlas
55              - terasic,de10-nano
56              - terasic,socfpga-cyclone5-sockit
57          - const: altr,socfpga-cyclone5
58          - const: altr,socfpga
59
60      - description: Mercury SA1 boards
61        items:
62          - enum:
63              - enclustra,mercury-sa1-pe1
64              - enclustra,mercury-sa1-pe3
65              - enclustra,mercury-sa1-st1
66          - const: enclustra,mercury-sa1
67          - const: altr,socfpga-cyclone5
68          - const: altr,socfpga
69
70      - description: Mercury+ SA2 boards
71        items:
72          - enum:
73              - enclustra,mercury-sa2-pe1
74              - enclustra,mercury-sa2-pe3
75              - enclustra,mercury-sa2-st1
76          - const: enclustra,mercury-sa2
77          - const: altr,socfpga-cyclone5
78          - const: altr,socfpga
79
80      - description: Stratix 10 boards
81        items:
82          - enum:
83              - altr,socfpga-stratix10-socdk
84              - altr,socfpga-stratix10-swvp
85          - const: altr,socfpga-stratix10
86
87      - description: Stratix 10 SoCDK eMMC variant
88        items:
89          - const: altr,socfpga-stratix10-socdk-emmc
90          - const: altr,socfpga-stratix10-socdk
91          - const: altr,socfpga-stratix10
92
93      - description: AgileX boards
94        items:
95          - enum:
96              - intel,n5x-socdk
97              - intel,socfpga-agilex-n6000
98              - intel,socfpga-agilex-socdk
99              - intel,socfpga-agilex-socdk-emmc
100          - const: intel,socfpga-agilex
101
102      - description: Agilex3 boards
103        items:
104          - enum:
105              - intel,socfpga-agilex3-socdk
106          - const: intel,socfpga-agilex3
107          - const: intel,socfpga-agilex5
108
109      - description: Agilex5 boards
110        items:
111          - enum:
112              - intel,socfpga-agilex5-socdk
113              - intel,socfpga-agilex5-socdk-013b
114              - intel,socfpga-agilex5-socdk-modular
115              - intel,socfpga-agilex5-socdk-nand
116          - const: intel,socfpga-agilex5
117
118      - description: SoCFPGA VT
119        items:
120          - const: altr,socfpga-vt
121          - const: altr,socfpga
122
123additionalProperties: true
124
125...
126