Lines Matching +full:msm8916 +full:- +full:a53pll
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/clock/qcom,a53pll.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <andersson@kernel.org>
19 - qcom,ipq5018-a53pll
20 - qcom,ipq5332-a53pll
21 - qcom,ipq6018-a53pll
22 - qcom,ipq8074-a53pll
23 - qcom,ipq9574-a73pll
24 - qcom,msm8916-a53pll
25 - qcom,msm8939-a53pll
30 '#clock-cells':
35 - description: board XO clock
37 clock-names:
39 - const: xo
41 operating-points-v2: true
44 - compatible
45 - reg
46 - '#clock-cells'
51 # Example 1 - A53 PLL found on MSM8916 devices
52 - |
53 a53pll: clock@b016000 {
54 compatible = "qcom,msm8916-a53pll";
56 #clock-cells = <0>;
58 # Example 2 - A53 PLL found on IPQ6018 devices
59 - |
60 a53pll_ipq: clock-controller@b116000 {
61 compatible = "qcom,ipq6018-a53pll";
63 #clock-cells = <0>;
65 clock-names = "xo";