blob: c15c92fdf2ed80c1e1b04b5cb631ae71b17eb924 [file] [log] [blame]
Rob Herringf8139312018-05-14 18:46:53 -05001# 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:
Rob Herringc34095f2020-10-01 15:09:43 -050013 $nodename:
14 const: "/"
Rob Herringf8139312018-05-14 18:46:53 -050015 compatible:
16 items:
17 - enum:
Rob Herring9f60a652020-04-15 19:55:48 -050018 - altr,socfpga-cyclone5
19 - altr,socfpga-arria5
20 - altr,socfpga-arria10
Rob Herringf8139312018-05-14 18:46:53 -050021 - const: altr,socfpga
Rob Herring62298362020-10-05 13:38:29 -050022
23additionalProperties: true
24
Rob Herringf8139312018-05-14 18:46:53 -050025...