Lines Matching full:phy
1 * Qualcomm Technologies Inc Universal Flash Storage (UFS) PHY
3 UFSPHY nodes are defined to describe on-chip UFS PHY hardware macro.
4 Each UFS PHY node should have its own node.
6 To bind UFS PHY with UFS host controller, the controller node should
7 contain a phandle reference to UFS PHY node.
11 "qcom,ufs-phy-qmp-20nm" for 20nm ufs phy,
12 "qcom,ufs-phy-qmp-14nm" for legacy 14nm ufs phy,
13 "qcom,msm8996-ufs-phy-qmp-14nm" for 14nm ufs phy
15 - reg : should contain PHY register address space (mandatory),
18 - #phy-cells : This property shall be set to 0
19 - vdda-phy-supply : phandle to main PHY supply for analog domain
20 - vdda-pll-supply : phandle to PHY PLL and Power-Gen block power supply
28 - vdda-phy-max-microamp : specifies max. load that can be drawn from phy supply
32 - resets : specifies the PHY reset in the UFS controller
37 compatible = "qcom,ufs-phy-qmp-20nm";
40 #phy-cells = <0>;
41 vdda-phy-supply = <&pma8084_l4>;
43 vdda-phy-max-microamp = <50000>;
62 phy-names = "ufsphy";