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

cdns-pcie.yaml (551B)


      1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
      2%YAML 1.2
      3---
      4$id: "http://devicetree.org/schemas/pci/cdns-pcie.yaml#"
      5$schema: "http://devicetree.org/meta-schemas/core.yaml#"
      6
      7title: Cadence PCIe Core
      8
      9maintainers:
     10  - Tom Joseph <tjoseph@cadence.com>
     11
     12properties:
     13  phys:
     14    description:
     15      One per lane if more than one in the list. If only one PHY listed it must
     16      manage all lanes.
     17    minItems: 1
     18    maxItems: 16
     19
     20  phy-names:
     21    items:
     22      - const: pcie-phy
     23    # FIXME: names when more than 1
     24
     25additionalProperties: true