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