Documentation/devicetree/bindings/usb/socionext,uniphier-dwc3.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/usb/socionext,uniphier-dwc3.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/usb/socionext,uniphier-dwc3.yaml
Extension
.yaml
Size
1854 bytes
Lines
90
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/usb/socionext,uniphier-dwc3.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Socionext Uniphier SuperSpeed DWC3 USB SoC controller

maintainers:
  - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
  - Masami Hiramatsu <mhiramat@kernel.org>

select:
  properties:
    compatible:
      contains:
        const: socionext,uniphier-dwc3
  required:
    - compatible

properties:
  compatible:
    items:
      - const: socionext,uniphier-dwc3
      - const: snps,dwc3

  reg:
    maxItems: 1

  interrupts:
    minItems: 1
    items:
      - description: Host or single combined interrupt
      - description: Peripheral interrupt

  interrupt-names:
    minItems: 1
    items:
      - enum:
          - dwc_usb3
          - host
      - const: peripheral

  clocks:
    maxItems: 3

  clock-names:
    items:
      - const: ref
      - const: bus_early
      - const: suspend

  phys:
    description: 1 to 4 HighSpeed PHYs followed by 1 or 2 SuperSpeed PHYs
    minItems: 1
    maxItems: 6

  resets:
    maxItems: 1

required:
  - compatible
  - reg
  - interrupts
  - clocks
  - clock-names
  - phys

unevaluatedProperties: false

Annotation

Implementation Notes