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 7 title: Cadence PCIe Core 8 9 maintainers: 10 - Tom Joseph <tjoseph@cadence.com> 11 12 properties: 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 25 additionalProperties: true
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.