1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/clock/qcom,a53pll.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm A53 PLL Binding
10 - Sivaprakash Murugesan <sivaprak@codeaurora.org>
13 The A53 PLL on few Qualcomm platforms is the main CPU PLL used used for
14 frequencies above 1GHz.
31 - description: board XO clock
37 operating-points-v2: true
44 additionalProperties: false
47 #Example 1 - A53 PLL found on MSM8916 devices
49 a53pll: clock@b016000 {
50 compatible = "qcom,msm8916-a53pll";
51 reg = <0xb016000 0x40>;
54 #Example 2 - A53 PLL found on IPQ6018 devices
56 a53pll_ipq: clock-controller@b116000 {
57 compatible = "qcom,ipq6018-a53pll";
58 reg = <0x0b116000 0x40>;