Lines Matching +full:nvmem +full:- +full:cells +full:- +full:names
7 - compatible: compatible list, contains
8 "qcom,msm8996-qusb2-phy" for 14nm PHY on msm8996,
9 "qcom,msm8998-qusb2-phy" for 10nm PHY on msm8998,
10 "qcom,sdm845-qusb2-phy" for 10nm PHY on sdm845.
12 - reg: offset and length of the PHY register set.
13 - #phy-cells: must be 0.
15 - clocks: a list of phandles and clock-specifier pairs,
16 one for each entry in clock-names.
17 - clock-names: must be "cfg_ahb" for phy config clock,
21 - vdda-pll-supply: Phandle to 1.8V regulator supply to PHY refclk pll block.
22 - vdda-phy-dpdm-supply: Phandle to 3.1V regulator supply to Dp/Dm port signals.
24 - resets: Phandle to reset to phy block.
27 - nvmem-cells: Phandle to nvmem cell that contains 'HS Tx trim'
30 - qcom,tcsr-syscon: Phandle to TCSR syscon register region.
31 - qcom,imp-res-offset-value: It is a 6 bit value that specifies offset to be
35 - qcom,hstx-trim-value: It is a 4 bit value that specifies tuning for HSTX
37 Possible range is - 15mA to 24mA (stepsize of 600 uA).
38 See dt-bindings/phy/phy-qcom-qusb2.h for applicable values.
41 - qcom,preemphasis-level: It is a 2 bit value that specifies pre-emphasis level.
43 See dt-bindings/phy/phy-qcom-qusb2.h for applicable values.
46 - qcom,preemphasis-width: It is a 1 bit value that specifies how long the HSTX
47 pre-emphasis (specified using qcom,preemphasis-level) must be in
48 effect. Duration could be half-bit of full-bit.
49 See dt-bindings/phy/phy-qcom-qusb2.h for applicable values.
51 Default value is full-bit width for sdm845.
55 compatible = "qcom,msm8996-qusb2-phy";
57 #phy-cells = <0>;
61 clock-names = "cfg_ahb", "ref";
63 vdda-pll-supply = <&pm8994_l12>;
64 vdda-phy-dpdm-supply = <&pm8994_l24>;
67 nvmem-cells = <&qusb2p_hstx_trim>;