brintos

brintos / linux-shallow public Read only

0
0
Text · 1.7 KiB · 8c75754 Raw
69 lines · yaml
1# SPDX-License-Identifier: GPL-2.02%YAML 1.23---4$id: http://devicetree.org/schemas/arm/altera.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Altera's SoCFPGA platform8 9maintainers:10  - Dinh Nguyen <dinguyen@kernel.org>11 12properties:13  $nodename:14    const: "/"15  compatible:16    oneOf:17      - description: Arria 5 boards18        items:19          - enum:20              - altr,socfpga-arria5-socdk21          - const: altr,socfpga-arria522          - const: altr,socfpga23 24      - description: Arria 10 boards25        items:26          - enum:27              - altr,socfpga-arria10-socdk28          - const: altr,socfpga-arria1029          - const: altr,socfpga30 31      - description: Mercury+ AA1 boards32        items:33          - enum:34              - enclustra,mercury-pe135              - google,chameleon-v336          - const: enclustra,mercury-aa137          - const: altr,socfpga-arria1038          - const: altr,socfpga39 40      - description: Cyclone 5 boards41        items:42          - enum:43              - altr,socfpga-cyclone5-socdk44              - denx,mcvevk45              - ebv,socrates46              - macnica,sodia47              - novtech,chameleon9648              - samtec,vining49              - terasic,de0-atlas50              - terasic,socfpga-cyclone5-sockit51          - const: altr,socfpga-cyclone552          - const: altr,socfpga53 54      - description: Stratix 10 boards55        items:56          - enum:57              - altr,socfpga-stratix10-socdk58              - altr,socfpga-stratix10-swvp59          - const: altr,socfpga-stratix1060 61      - description: SoCFPGA VT62        items:63          - const: altr,socfpga-vt64          - const: altr,socfpga65 66additionalProperties: true67 68...69