cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

altera.yaml (1467B)


      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 device tree bindings
      8
      9maintainers:
     10  - Dinh Nguyen <dinguyen@kernel.org>
     11
     12properties:
     13  $nodename:
     14    const: "/"
     15  compatible:
     16    oneOf:
     17      - description: Arria 5 boards
     18        items:
     19          - enum:
     20              - altr,socfpga-arria5-socdk
     21          - const: altr,socfpga-arria5
     22          - const: altr,socfpga
     23
     24      - description: Arria 10 boards
     25        items:
     26          - enum:
     27              - altr,socfpga-arria10-socdk
     28              - enclustra,mercury-aa1
     29          - const: altr,socfpga-arria10
     30          - const: altr,socfpga
     31
     32      - description: Cyclone 5 boards
     33        items:
     34          - enum:
     35              - altr,socfpga-cyclone5-socdk
     36              - denx,mcvevk
     37              - ebv,socrates
     38              - macnica,sodia
     39              - novtech,chameleon96
     40              - samtec,vining
     41              - terasic,de0-atlas
     42              - terasic,socfpga-cyclone5-sockit
     43          - const: altr,socfpga-cyclone5
     44          - const: altr,socfpga
     45
     46      - description: Stratix 10 boards
     47        items:
     48          - enum:
     49              - altr,socfpga-stratix10-socdk
     50          - const: altr,socfpga-stratix10
     51
     52      - description: SoCFPGA VT
     53        items:
     54          - const: altr,socfpga-vt
     55          - const: altr,socfpga
     56
     57additionalProperties: true
     58
     59...