1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
5 $id: "http://devicetree.org/schemas/phy/qcom,qmp-usb3-dp-phy.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Qualcomm QMP USB3 DP PHY controller
11 - Manu Gautam <mgautam@codeaurora.org>
16 - qcom,sc7180-qmp-usb3-dp-phy
17 - qcom,sc7180-qmp-usb3-phy
18 - qcom,sdm845-qmp-usb3-dp-phy
19 - qcom,sdm845-qmp-usb3-phy
22 - description: Address and length of PHY's USB serdes block.
23 - description: Address and length of the DP_COM control block.
24 - description: Address and length of PHY's DP serdes block.
45 - description: Phy aux clock.
46 - description: Phy config clock.
47 - description: 19.2 MHz ref clk.
48 - description: Phy common block aux clock.
59 - description: reset of phy block.
60 - description: phy common block reset.
69 Phandle to a regulator supply to PHY core block.
73 Phandle to 1.8V regulator supply to PHY refclk pll block.
77 Phandle to a regulator supply to any specific refclk pll block.
81 "^usb3-phy@[0-9a-f]+$":
89 - description: Address and length of TX.
90 - description: Address and length of RX.
91 - description: Address and length of PCS.
92 - description: Address and length of TX2.
93 - description: Address and length of RX2.
94 - description: Address and length of pcs_misc.
98 - description: pipe clock
106 - const: usb3_phy_pipe_clk_src
121 "^dp-phy@[0-9a-f]+$":
129 - description: Address and length of TX.
130 - description: Address and length of RX.
131 - description: Address and length of PCS.
132 - description: Address and length of TX2.
133 - description: Address and length of RX2.
160 additionalProperties: false
164 #include <dt-bindings/clock/qcom,gcc-sdm845.h>
165 usb_1_qmpphy: phy-wrapper@88e9000 {
166 compatible = "qcom,sdm845-qmp-usb3-dp-phy";
167 reg = <0x088e9000 0x18c>,
170 reg-names = "usb", "dp_com", "dp";
172 #address-cells = <1>;
174 ranges = <0x0 0x088e9000 0x2000>;
176 clocks = <&gcc GCC_USB3_PRIM_PHY_AUX_CLK>,
177 <&gcc GCC_USB_PHY_CFG_AHB2PHY_CLK>,
178 <&gcc GCC_USB3_PRIM_CLKREF_CLK>,
179 <&gcc GCC_USB3_PRIM_PHY_COM_AUX_CLK>;
180 clock-names = "aux", "cfg_ahb", "ref", "com_aux";
182 resets = <&gcc GCC_USB3_PHY_PRIM_BCR>,
183 <&gcc GCC_USB3_DP_PHY_PRIM_BCR>;
184 reset-names = "phy", "common";
186 vdda-phy-supply = <&vdda_usb2_ss_1p2>;
187 vdda-pll-supply = <&vdda_usb2_ss_core>;
198 clocks = <&gcc GCC_USB3_PRIM_PHY_PIPE_CLK>;
199 clock-names = "pipe0";
200 clock-output-names = "usb3_phy_pipe_clk_src";
204 reg = <0xa200 0x200>,