Merge tag 'drm-next-2020-12-24' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / Documentation / devicetree / bindings / pci / cdns-pcie-ep.yaml
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-ep.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
6
7 title: Cadence PCIe Device
8
9 maintainers:
10   - Tom Joseph <tjoseph@cadence.com>
11
12 allOf:
13   - $ref: "cdns-pcie.yaml#"
14
15 properties:
16   cdns,max-outbound-regions:
17     description: maximum number of outbound regions
18     $ref: /schemas/types.yaml#/definitions/uint32
19     minimum: 1
20     maximum: 32
21     default: 32
22
23 additionalProperties: true