1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/phy/qcom,sc8280xp-qmp-usb43dp-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm QMP USB4-USB3-DP PHY controller (SC8280XP)
10 - Vinod Koul <vkoul@kernel.org>
13 The QMP PHY controller supports physical layer functionality for a number of
14 controllers on Qualcomm chipsets, such as, PCIe, UFS and USB.
19 - qcom,sc7180-qmp-usb3-dp-phy
20 - qcom,sc7280-qmp-usb3-dp-phy
21 - qcom,sc8180x-qmp-usb3-dp-phy
22 - qcom,sc8280xp-qmp-usb43dp-phy
23 - qcom,sdm845-qmp-usb3-dp-phy
24 - qcom,sm6350-qmp-usb3-dp-phy
25 - qcom,sm8150-qmp-usb3-dp-phy
26 - qcom,sm8250-qmp-usb3-dp-phy
27 - qcom,sm8350-qmp-usb3-dp-phy
28 - qcom,sm8450-qmp-usb3-dp-phy
29 - qcom,sm8550-qmp-usb3-dp-phy
30 - qcom,sm8650-qmp-usb3-dp-phy
31 - qcom,x1e80100-qmp-usb3-dp-phy
67 See include/dt-bindings/phy/phy-qcom-qmp.h
72 See include/dt-bindings/phy/phy-qcom-qmp.h
76 Flag the PHY as possible handler of USB Type-C orientation switching
80 $ref: /schemas/graph.yaml#/properties/ports
83 $ref: /schemas/graph.yaml#/properties/port
84 description: Output endpoint of the PHY
87 $ref: /schemas/graph.yaml#/properties/port
88 description: Incoming endpoint from the USB controller
91 $ref: /schemas/graph.yaml#/properties/port
92 description: Incoming endpoint from the DisplayPort controller
111 - qcom,sc7180-qmp-usb3-dp-phy
112 - qcom,sdm845-qmp-usb3-dp-phy
130 - qcom,sc8280xp-qmp-usb43dp-phy
131 - qcom,sm6350-qmp-usb3-dp-phy
132 - qcom,sm8550-qmp-usb3-dp-phy
133 - qcom,sm8650-qmp-usb3-dp-phy
134 - qcom,x1e80100-qmp-usb3-dp-phy
142 additionalProperties: false
146 #include <dt-bindings/clock/qcom,gcc-sc8280xp.h>
149 compatible = "qcom,sc8280xp-qmp-usb43dp-phy";
150 reg = <0x088eb000 0x4000>;
152 clocks = <&gcc GCC_USB3_PRIM_PHY_AUX_CLK>,
153 <&gcc GCC_USB4_EUD_CLKREF_CLK>,
154 <&gcc GCC_USB3_PRIM_PHY_COM_AUX_CLK>,
155 <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>;
156 clock-names = "aux", "ref", "com_aux", "usb3_pipe";
158 power-domains = <&gcc USB30_PRIM_GDSC>;
160 resets = <&gcc GCC_USB3_PHY_PRIM_BCR>,
161 <&gcc GCC_USB4_DP_PHY_PRIM_BCR>;
162 reset-names = "phy", "common";
164 vdda-phy-supply = <&vreg_l9d>;
165 vdda-pll-supply = <&vreg_l4d>;
173 #address-cells = <1>;
180 remote-endpoint = <&typec_connector_ss>;
188 remote-endpoint = <&dwc3_ss_out>;
196 remote-endpoint = <&mdss_dp_out>;