Lines Matching +full:sm8750 +full:- +full:m31 +full:- +full:eusb2 +full:- +full:phy
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/qcom,m31-eusb2-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm M31 eUSB2 phy
10 - Wesley Cheng <quic_wcheng@quicinc.com>
13 M31 based eUSB2 controller, which supports LS/FS/HS usb connectivity
14 on Qualcomm chipsets. It is paired with a eUSB2 repeater.
19 - enum:
20 - qcom,sm8750-m31-eusb2-phy
25 "#phy-cells":
30 - description: reference clock
32 clock-names:
34 - const: ref
42 Phandle to eUSB2 repeater
44 vdd-supply:
46 Phandle to 0.88V regulator supply to PHY digital circuit.
48 vdda12-supply:
50 Phandle to 1.2V regulator supply to PHY refclk pll block.
53 - compatible
54 - reg
55 - "#phy-cells"
56 - clocks
57 - clock-names
58 - resets
59 - vdd-supply
60 - vdda12-supply
65 - |
66 usb_1_hsphy: phy@88e3000 {
67 compatible = "qcom,sm8750-m31-eusb2-phy";
71 clock-names = "ref";
75 #phy-cells = <0>;
77 vdd-supply = <&vreg_l2d_0p88>;
78 vdda12-supply = <&vreg_l3g_1p2>;