0001 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
0002 %YAML 1.2
0003 ---
0004 $id: "http://devicetree.org/schemas/pci/cdns-pcie.yaml#"
0005 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
0006
0007 title: Cadence PCIe Core
0008
0009 maintainers:
0010 - Tom Joseph <tjoseph@cadence.com>
0011
0012 properties:
0013 phys:
0014 description:
0015 One per lane if more than one in the list. If only one PHY listed it must
0016 manage all lanes.
0017 minItems: 1
0018 maxItems: 16
0019
0020 phy-names:
0021 items:
0022 - const: pcie-phy
0023 # FIXME: names when more than 1
0024
0025 additionalProperties: true