The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/arm/altera.yaml

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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 
    7 title: Altera's SoCFPGA platform device tree bindings
    8 
    9 maintainers:
   10   - Dinh Nguyen <dinguyen@kernel.org>
   11 
   12 properties:
   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           - const: altr,socfpga-arria10
   29           - const: altr,socfpga
   30 
   31       - description: Mercury+ AA1 boards
   32         items:
   33           - enum:
   34               - google,chameleon-v3
   35           - const: enclustra,mercury-aa1
   36           - const: altr,socfpga-arria10
   37           - const: altr,socfpga
   38 
   39       - description: Cyclone 5 boards
   40         items:
   41           - enum:
   42               - altr,socfpga-cyclone5-socdk
   43               - denx,mcvevk
   44               - ebv,socrates
   45               - macnica,sodia
   46               - novtech,chameleon96
   47               - samtec,vining
   48               - terasic,de0-atlas
   49               - terasic,socfpga-cyclone5-sockit
   50           - const: altr,socfpga-cyclone5
   51           - const: altr,socfpga
   52 
   53       - description: Stratix 10 boards
   54         items:
   55           - enum:
   56               - altr,socfpga-stratix10-socdk
   57               - altr,socfpga-stratix10-swvp
   58           - const: altr,socfpga-stratix10
   59 
   60       - description: SoCFPGA VT
   61         items:
   62           - const: altr,socfpga-vt
   63           - const: altr,socfpga
   64 
   65 additionalProperties: true
   66 
   67 ...

Cache object: 61288351f092f902a6727c8b1e70746c


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.