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-ep.yaml#"
0005 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
0006
0007 title: Cadence PCIe Device
0008
0009 maintainers:
0010 - Tom Joseph <tjoseph@cadence.com>
0011
0012 allOf:
0013 - $ref: "cdns-pcie.yaml#"
0014 - $ref: "pci-ep.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
0024 additionalProperties: true