1c66ec88fSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2c66ec88fSEmmanuel Vadot%YAML 1.2 3c66ec88fSEmmanuel Vadot--- 4*fac71e4eSEmmanuel Vadot$id: http://devicetree.org/schemas/pci/cdns-pcie-host.yaml# 5*fac71e4eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 6c66ec88fSEmmanuel Vadot 7c66ec88fSEmmanuel Vadottitle: Cadence PCIe Host 8c66ec88fSEmmanuel Vadot 9c66ec88fSEmmanuel Vadotmaintainers: 10c66ec88fSEmmanuel Vadot - Tom Joseph <tjoseph@cadence.com> 11c66ec88fSEmmanuel Vadot 12c66ec88fSEmmanuel VadotallOf: 13*fac71e4eSEmmanuel Vadot - $ref: /schemas/pci/pci-bus.yaml# 14*fac71e4eSEmmanuel Vadot - $ref: cdns-pcie.yaml# 15c66ec88fSEmmanuel Vadot 16c66ec88fSEmmanuel Vadotproperties: 17c66ec88fSEmmanuel Vadot cdns,max-outbound-regions: 18c66ec88fSEmmanuel Vadot description: maximum number of outbound regions 19c66ec88fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 20c66ec88fSEmmanuel Vadot minimum: 1 21c66ec88fSEmmanuel Vadot maximum: 32 22c66ec88fSEmmanuel Vadot default: 32 23c66ec88fSEmmanuel Vadot deprecated: true 24c66ec88fSEmmanuel Vadot 25c66ec88fSEmmanuel Vadot cdns,no-bar-match-nbits: 26c66ec88fSEmmanuel Vadot description: 27c66ec88fSEmmanuel Vadot Set into the no BAR match register to configure the number of least 28c66ec88fSEmmanuel Vadot significant bits kept during inbound (PCIe -> AXI) address translations 29c66ec88fSEmmanuel Vadot $ref: /schemas/types.yaml#/definitions/uint32 30c66ec88fSEmmanuel Vadot minimum: 0 31c66ec88fSEmmanuel Vadot maximum: 64 32c66ec88fSEmmanuel Vadot default: 32 33c66ec88fSEmmanuel Vadot deprecated: true 34c66ec88fSEmmanuel Vadot 35c66ec88fSEmmanuel Vadot msi-parent: true 366be33864SEmmanuel Vadot 376be33864SEmmanuel VadotadditionalProperties: true 38