Documentation/devicetree/bindings/usb/generic-xhci.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/usb/generic-xhci.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/usb/generic-xhci.yaml
Extension
.yaml
Size
1847 bytes
Lines
98
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
%YAML 1.2
---
$id: http://devicetree.org/schemas/usb/generic-xhci.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: USB xHCI Controller

maintainers:
  - Mathias Nyman <mathias.nyman@intel.com>

properties:
  compatible:
    oneOf:
      - description: Generic xHCI device
        const: generic-xhci
      - description: Armada 375/38x SoCs
        items:
          - enum:
              - marvell,armada-375-xhci
              - marvell,armada-380-xhci
      - description: Armada 37xx/8k SoCs
        items:
          - enum:
              - marvell,armada3700-xhci
              - marvell,armada-8k-xhci
          - const: generic-xhci
      - description: Broadcom SoCs with power domains
        items:
          - enum:
              - brcm,bcm2711-xhci
          - const: brcm,xhci-brcm-v2
      - description: Broadcom STB SoCs with xHCI
        enum:
          - brcm,xhci-brcm-v2
          - brcm,bcm7445-xhci
      - description: Generic xHCI device
        const: xhci-platform
        deprecated: true

  reg:
    maxItems: 1

  interrupts:
    maxItems: 1

  clocks:
    minItems: 1
    maxItems: 2

  clock-names:
    minItems: 1
    items:
      - const: core
      - const: reg

  dma-coherent: true

  dr_mode:
    enum:
      - host
      - otg

  iommus:
    maxItems: 1

  power-domains:
    maxItems: 1

unevaluatedProperties: false

Annotation

Implementation Notes