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 - Sivaprakash Murugesan <sivaprak@codeaurora.org>
19 - qcom,ipq6018-a53pll
20 - qcom,msm8916-a53pll
21 - qcom,msm8939-a53pll
26 '#clock-cells':
31 - description: board XO clock
33 clock-names:
35 - const: xo
37 operating-points-v2: true
40 - compatible
41 - reg
42 - '#clock-cells'
47 #Example 1 - A53 PLL found on MSM8916 devices
48 - |
49 a53pll: clock@b016000 {
50 compatible = "qcom,msm8916-a53pll";
52 #clock-cells = <0>;
54 #Example 2 - A53 PLL found on IPQ6018 devices
55 - |
56 a53pll_ipq: clock-controller@b116000 {
57 compatible = "qcom,ipq6018-a53pll";
59 #clock-cells = <0>;
61 clock-names = "xo";