Lines Matching +full:qcs404 +full:- +full:pcie2 +full:- +full:phy
1 Qualcomm PCIe2 PHY controller
4 The Qualcomm PCIe2 PHY is a Synopsys based phy found in a number of Qualcomm
8 - compatible: compatible list, should be:
9 "qcom,qcs404-pcie2-phy", "qcom,pcie2-phy"
11 - reg: offset and length of the PHY register set.
12 - #phy-cells: must be 0.
14 - clocks: a clock-specifier pair for the "pipe" clock
16 - vdda-vp-supply: phandle to low voltage regulator
17 - vdda-vph-supply: phandle to high voltage regulator
19 - resets: reset-specifier pairs for the "phy" and "pipe" resets
20 - reset-names: list of resets, should contain:
21 "phy" and "pipe"
23 - clock-output-names: name of the outgoing clock signal from the PHY PLL
24 - #clock-cells: must be 0
27 phy@7786000 {
28 compatible = "qcom,qcs404-pcie2-phy", "qcom,pcie2-phy";
34 reset-names = "phy", "pipe";
36 vdda-vp-supply = <&vreg_l3_1p05>;
37 vdda-vph-supply = <&vreg_l5_1p8>;
39 clock-output-names = "pcie_0_pipe_clk";
40 #clock-cells = <0>;
41 #phy-cells = <0>;