blob: 2e14f422e8296d6d6d10bb906330b61da53985da [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001# 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