Documentation/devicetree/bindings/pci/plda,xpressrich3-axi-common.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/pci/plda,xpressrich3-axi-common.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/pci/plda,xpressrich3-axi-common.yaml
Extension
.yaml
Size
1548 bytes
Lines
82
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/pci/plda,xpressrich3-axi-common.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: PLDA XpressRICH PCIe host common properties

maintainers:
  - Daire McNamara <daire.mcnamara@microchip.com>
  - Kevin Xie <kevin.xie@starfivetech.com>

description:
  Generic PLDA XpressRICH PCIe host common properties.

allOf:
  - $ref: /schemas/pci/pci-host-bridge.yaml#

properties:
  reg:
    maxItems: 3
    minItems: 2

  reg-names:
    oneOf:
      - items:
          - const: cfg
          - const: apb
      - items:
          - const: cfg
          - const: bridge
          - const: ctrl

  interrupts:
    minItems: 1
    items:
      - description: PCIe host controller
      - description: builtin MSI controller

  interrupt-names:
    minItems: 1
    items:
      - const: pcie
      - const: msi

  msi-controller:
    description: Identifies the node as an MSI controller.

  msi-parent:
    description: MSI controller the device is capable of using.

  interrupt-controller:
    type: object
    properties:
      '#address-cells':
        const: 0

      '#interrupt-cells':
        const: 1

      interrupt-controller: true

    required:
      - '#address-cells'
      - '#interrupt-cells'
      - interrupt-controller

    additionalProperties: false

required:

Annotation

Implementation Notes