1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: "http://devicetree.org/schemas/phy/qcom,usb-snps-femto-v2.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: Qualcomm Synopsys Femto High-Speed USB PHY V2
10 - Wesley Cheng <wcheng@codeaurora.org>
13 Qualcomm High-Speed USB PHY
18 - qcom,usb-snps-hs-7nm-phy
19 - qcom,sm8150-usb-hs-phy
20 - qcom,usb-snps-femto-v2-phy
30 - description: rpmhcc ref clock
38 - description: PHY core reset
41 description: phandle to the regulator VDD supply node.
44 description: phandle to the regulator 1.8V supply node.
47 description: phandle to the regulator 3.3V supply node.
60 additionalProperties: false
64 #include <dt-bindings/clock/qcom,rpmh.h>
65 #include <dt-bindings/clock/qcom,gcc-sm8150.h>
67 compatible = "qcom,sm8150-usb-hs-phy";
68 reg = <0x088e2000 0x400>;
71 clocks = <&rpmhcc RPMH_CXO_CLK>;
74 resets = <&gcc GCC_QUSB2PHY_PRIM_BCR>;
76 vdda-pll-supply = <&vdd_usb_hs_core>;
77 vdda33-supply = <&vdda_usb_hs_3p1>;
78 vdda18-supply = <&vdda_usb_hs_1p8>;