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,ipq6018-a53pll
20 - qcom,ipq8074-a53pll
21 - qcom,msm8916-a53pll
22 - qcom,msm8939-a53pll
27 '#clock-cells':
32 - description: board XO clock
34 clock-names:
36 - const: xo
38 operating-points-v2: true
41 - compatible
42 - reg
43 - '#clock-cells'
48 #Example 1 - A53 PLL found on MSM8916 devices
49 - |
50 a53pll: clock@b016000 {
51 compatible = "qcom,msm8916-a53pll";
53 #clock-cells = <0>;
55 #Example 2 - A53 PLL found on IPQ6018 devices
56 - |
57 a53pll_ipq: clock-controller@b116000 {
58 compatible = "qcom,ipq6018-a53pll";
60 #clock-cells = <0>;
62 clock-names = "xo";