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-host.yaml#"
0005 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
0006
0007 title: Cadence PCIe Host
0008
0009 maintainers:
0010 - Tom Joseph <tjoseph@cadence.com>
0011
0012 allOf:
0013 - $ref: "/schemas/pci/pci-bus.yaml#"
0014 - $ref: "cdns-pcie.yaml#"
0015
0016 properties:
0017 cdns,max-outbound-regions:
0018 description: maximum number of outbound regions
0019 $ref: /schemas/types.yaml#/definitions/uint32
0020 minimum: 1
0021 maximum: 32
0022 default: 32
0023 deprecated: true
0024
0025 cdns,no-bar-match-nbits:
0026 description:
0027 Set into the no BAR match register to configure the number of least
0028 significant bits kept during inbound (PCIe -> AXI) address translations
0029 $ref: /schemas/types.yaml#/definitions/uint32
0030 minimum: 0
0031 maximum: 64
0032 default: 32
0033 deprecated: true
0034
0035 msi-parent: true
0036
0037 additionalProperties: true