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/pci/pci-ep.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-only OR BSD-2-Clause)
    2 %YAML 1.2
    3 ---
    4 $id: http://devicetree.org/schemas/pci/pci-ep.yaml#
    5 $schema: http://devicetree.org/meta-schemas/core.yaml#
    6 
    7 title: PCI Endpoint Controller Schema
    8 
    9 description: |
   10   Common properties for PCI Endpoint Controller Nodes.
   11 
   12 maintainers:
   13   - Kishon Vijay Abraham I <kishon@ti.com>
   14 
   15 properties:
   16   $nodename:
   17     pattern: "^pcie-ep@"
   18 
   19   max-functions:
   20     description: Maximum number of functions that can be configured
   21     $ref: /schemas/types.yaml#/definitions/uint8
   22     minimum: 1
   23     default: 1
   24     maximum: 255
   25 
   26   max-virtual-functions:
   27     description: Array representing the number of virtual functions corresponding to each physical
   28       function
   29     $ref: /schemas/types.yaml#/definitions/uint8-array
   30     minItems: 1
   31     maxItems: 255
   32 
   33   max-link-speed:
   34     $ref: /schemas/types.yaml#/definitions/uint32
   35     enum: [ 1, 2, 3, 4 ]
   36 
   37   num-lanes:
   38     description: maximum number of lanes
   39     $ref: /schemas/types.yaml#/definitions/uint32
   40     minimum: 1
   41     default: 1
   42     maximum: 16
   43 
   44 required:
   45   - compatible
   46 
   47 additionalProperties: true

Cache object: 4bac44c7082cc0a8c22d8afd05eb74a7


[ 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.