Lines Matching +full:milos +full:- +full:gcc
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/qcom,snps-eusb2-phy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Abel Vesa <abel.vesa@linaro.org>
18 - items:
19 - enum:
20 - qcom,milos-snps-eusb2-phy
21 - qcom,sar2130p-snps-eusb2-phy
22 - qcom,sdx75-snps-eusb2-phy
23 - qcom,sm8650-snps-eusb2-phy
24 - qcom,x1e80100-snps-eusb2-phy
25 - const: qcom,sm8550-snps-eusb2-phy
26 - const: qcom,sm8550-snps-eusb2-phy
31 "#phy-cells":
36 - description: ref
38 clock-names:
40 - const: ref
50 vdd-supply:
54 vdda12-supply:
59 - compatible
60 - reg
61 - "#phy-cells"
62 - clocks
63 - clock-names
64 - vdd-supply
65 - vdda12-supply
66 - resets
71 - |
72 #include <dt-bindings/clock/qcom,sm8550-gcc.h>
73 #include <dt-bindings/clock/qcom,rpmh.h>
74 #include <dt-bindings/clock/qcom,sm8550-tcsr.h>
77 compatible = "qcom,sm8550-snps-eusb2-phy";
79 #phy-cells = <0>;
82 clock-names = "ref";
84 vdd-supply = <&vreg_l1e_0p88>;
85 vdda12-supply = <&vreg_l3e_1p2>;
87 resets = <&gcc GCC_QUSB2PHY_PRIM_BCR>;