Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml
Extension
.yaml
Size
4679 bytes
Lines
198
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,sc8280xp-qmp-ufs-phy.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Qualcomm QMP PHY controller (UFS, SC8280XP)

maintainers:
  - Vinod Koul <vkoul@kernel.org>

description:
  The QMP PHY controller supports physical layer functionality for a number of
  controllers on Qualcomm chipsets, such as, PCIe, UFS, and USB.

properties:
  compatible:
    oneOf:
      - items:
          - enum:
              - qcom,qcs8300-qmp-ufs-phy
          - const: qcom,sa8775p-qmp-ufs-phy
      - items:
          - enum:
              - qcom,qcs615-qmp-ufs-phy
          - const: qcom,sm6115-qmp-ufs-phy
      - items:
          - enum:
              - qcom,x1e80100-qmp-ufs-phy
          - const: qcom,sm8550-qmp-ufs-phy
      - items:
          - enum:
              - qcom,eliza-qmp-ufs-phy
          - const: qcom,sm8650-qmp-ufs-phy
      - items:
          - enum:
              - qcom,kaanapali-qmp-ufs-phy
          - const: qcom,sm8750-qmp-ufs-phy
      - enum:
          - qcom,milos-qmp-ufs-phy
          - qcom,msm8996-qmp-ufs-phy
          - qcom,msm8998-qmp-ufs-phy
          - qcom,sa8775p-qmp-ufs-phy
          - qcom,sc7180-qmp-ufs-phy
          - qcom,sc7280-qmp-ufs-phy
          - qcom,sc8180x-qmp-ufs-phy
          - qcom,sc8280xp-qmp-ufs-phy
          - qcom,sdm845-qmp-ufs-phy
          - qcom,sm6115-qmp-ufs-phy
          - qcom,sm6125-qmp-ufs-phy
          - qcom,sm6350-qmp-ufs-phy
          - qcom,sm7150-qmp-ufs-phy
          - qcom,sm8150-qmp-ufs-phy
          - qcom,sm8250-qmp-ufs-phy
          - qcom,sm8350-qmp-ufs-phy
          - qcom,sm8450-qmp-ufs-phy
          - qcom,sm8475-qmp-ufs-phy
          - qcom,sm8550-qmp-ufs-phy
          - qcom,sm8650-qmp-ufs-phy
          - qcom,sm8750-qmp-ufs-phy

  reg:
    maxItems: 1

  clocks:
    minItems: 2
    maxItems: 3

  clock-names:
    minItems: 2

Annotation

Implementation Notes