2018-05-14 18:46:53 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
%YAML 1.2
|
|
|
|
|
---
|
|
|
|
|
$id: http://devicetree.org/schemas/arm/altera.yaml#
|
|
|
|
|
$schema: http://devicetree.org/meta-schemas/core.yaml#
|
|
|
|
|
|
|
|
|
|
title: Altera's SoCFPGA platform device tree bindings
|
|
|
|
|
|
|
|
|
|
maintainers:
|
|
|
|
|
- Dinh Nguyen <dinguyen@kernel.org>
|
|
|
|
|
|
|
|
|
|
properties:
|
2020-10-01 15:09:43 -05:00
|
|
|
$nodename:
|
|
|
|
|
const: "/"
|
2018-05-14 18:46:53 -05:00
|
|
|
compatible:
|
|
|
|
|
items:
|
|
|
|
|
- enum:
|
2020-04-15 19:55:48 -05:00
|
|
|
- altr,socfpga-cyclone5
|
|
|
|
|
- altr,socfpga-arria5
|
|
|
|
|
- altr,socfpga-arria10
|
2018-05-14 18:46:53 -05:00
|
|
|
- const: altr,socfpga
|
2020-10-05 13:38:29 -05:00
|
|
|
|
|
|
|
|
additionalProperties: true
|
|
|
|
|
|
2018-05-14 18:46:53 -05:00
|
|
|
...
|