Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.10 26 lines 564 B view raw
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 7title: Cadence PCIe Device 8 9maintainers: 10 - Tom Joseph <tjoseph@cadence.com> 11 12allOf: 13 - $ref: "cdns-pcie.yaml#" 14 15properties: 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 23required: 24 - cdns,max-outbound-regions 25 26additionalProperties: true