Lines Matching +full:vdda +full:- +full:supply

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/phy/qcom,qmp-usb3-dp-phy.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
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.
26 reg-names:
28 - const: usb
29 - const: dp_com
30 - const: dp
32 "#clock-cells":
35 "#address-cells":
38 "#size-cells":
45 - description: Phy aux clock.
46 - description: Phy config clock.
47 - description: 19.2 MHz ref clk.
48 - description: Phy common block aux clock.
50 clock-names:
52 - const: aux
53 - const: cfg_ahb
54 - const: ref
55 - const: com_aux
59 - description: reset of phy block.
60 - description: phy common block reset.
62 reset-names:
64 - const: phy
65 - const: common
67 vdda-phy-supply:
69 Phandle to a regulator supply to PHY core block.
71 vdda-pll-supply:
73 Phandle to 1.8V regulator supply to PHY refclk pll block.
75 vddp-ref-clk-supply:
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
100 clock-names:
102 - const: pipe0
104 clock-output-names:
106 - const: usb3_phy_pipe_clk_src
108 '#clock-cells':
111 '#phy-cells':
115 - reg
116 - clocks
117 - clock-names
118 - '#clock-cells'
119 - '#phy-cells'
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.
135 '#clock-cells':
138 '#phy-cells':
142 - reg
143 - '#clock-cells'
144 - '#phy-cells'
147 - compatible
148 - reg
149 - "#clock-cells"
150 - "#address-cells"
151 - "#size-cells"
152 - ranges
153 - clocks
154 - clock-names
155 - resets
156 - reset-names
157 - vdda-phy-supply
158 - vdda-pll-supply
163 - |
164 #include <dt-bindings/clock/qcom,gcc-sdm845.h>
165 usb_1_qmpphy: phy-wrapper@88e9000 {
166 compatible = "qcom,sdm845-qmp-usb3-dp-phy";
170 reg-names = "usb", "dp_com", "dp";
171 #clock-cells = <1>;
172 #address-cells = <1>;
173 #size-cells = <1>;
180 clock-names = "aux", "cfg_ahb", "ref", "com_aux";
184 reset-names = "phy", "common";
186 vdda-phy-supply = <&vdda_usb2_ss_1p2>;
187 vdda-pll-supply = <&vdda_usb2_ss_core>;
189 usb3-phy@200 {
196 #clock-cells = <0>;
197 #phy-cells = <0>;
199 clock-names = "pipe0";
200 clock-output-names = "usb3_phy_pipe_clk_src";
203 dp-phy@88ea200 {
209 #clock-cells = <1>;
210 #phy-cells = <0>;