1f8139316SRob Herring# SPDX-License-Identifier: GPL-2.0
2f8139316SRob Herring%YAML 1.2
3f8139316SRob Herring---
4f8139316SRob Herring$id: http://devicetree.org/schemas/arm/altera.yaml#
5f8139316SRob Herring$schema: http://devicetree.org/meta-schemas/core.yaml#
6f8139316SRob Herring
7f8139316SRob Herringtitle: Altera's SoCFPGA platform device tree bindings
8f8139316SRob Herring
9f8139316SRob Herringmaintainers:
10f8139316SRob Herring  - Dinh Nguyen <dinguyen@kernel.org>
11f8139316SRob Herring
12f8139316SRob Herringproperties:
13c34095faSRob Herring  $nodename:
14c34095faSRob Herring    const: "/"
15f8139316SRob Herring  compatible:
16f8139316SRob Herring    items:
17f8139316SRob Herring      - enum:
18f8139316SRob Herring          - altr,socfpga-cyclone5
19f8139316SRob Herring          - altr,socfpga-arria5
20f8139316SRob Herring          - altr,socfpga-arria10
21f8139316SRob Herring      - const: altr,socfpga
22f8139316SRob Herring...
23