brintos

brintos / linux-shallow public Read only

0
0
Text · 547 B · 2e14f42 Raw
26 lines · yaml
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2%YAML 1.23---4$id: http://devicetree.org/schemas/pci/cdns-pcie.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#6 7title: Cadence PCIe Core8 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 must16      manage all lanes.17    minItems: 118    maxItems: 1619 20  phy-names:21    items:22      - const: pcie-phy23    # FIXME: names when more than 124 25additionalProperties: true26