Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/phy/qcom,snps-eusb2-repeater.yaml
Extension
.yaml
Size
2108 bytes
Lines
94
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 OR BSD-2-Clause)
%YAML 1.2
---
$id: http://devicetree.org/schemas/phy/qcom,snps-eusb2-repeater.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Qualcomm Synopsis eUSB2 to USB 2.0 repeater

maintainers:
  - Abel Vesa <abel.vesa@linaro.org>

description:
  eUSB2 repeater converts between eUSB2 and USB 2.0 signaling levels and
  allows a eUSB2 PHY to connect to legacy USB 2.0 products

properties:
  compatible:
    oneOf:
      - items:
          - enum:
              - qcom,pm7550ba-eusb2-repeater
          - const: qcom,pm8550b-eusb2-repeater
      - enum:
          - qcom,pm8550b-eusb2-repeater
          - qcom,pmiv0104-eusb2-repeater
          - qcom,smb2360-eusb2-repeater
          - qcom,smb2370-eusb2-repeater

  reg:
    maxItems: 1

  "#phy-cells":
    const: 0

  vdd18-supply: true

  vdd3-supply: true

  qcom,tune-usb2-disc-thres:
    $ref: /schemas/types.yaml#/definitions/uint8
    description: High-Speed disconnect threshold
    minimum: 0
    maximum: 7

  qcom,tune-usb2-amplitude:
    $ref: /schemas/types.yaml#/definitions/uint8
    description: High-Speed transmit amplitude
    minimum: 0
    maximum: 15

  qcom,tune-usb2-preem:
    $ref: /schemas/types.yaml#/definitions/uint8
    description: High-Speed TX pre-emphasis tuning
    minimum: 0
    maximum: 7

  qcom,tune-res-fsdif:
    $ref: /schemas/types.yaml#/definitions/uint8
    description: FS Differential TX Output Resistance Tuning
    minimum: 0
    maximum: 7

  qcom,squelch-detector-bp:
    description:
      This adjusts the voltage level for the threshold used to detect valid
      high-speed data.
    minimum: -6000
    maximum: 1000
    multipleOf: 1000

Annotation

Implementation Notes