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 clock
13 The A53 PLL on few Qualcomm platforms is the main CPU PLL used used for
14 frequencies above 1GHz.
36 - description: board XO clock
42 operating-points-v2: true
52 additionalProperties: false
55 # Example 1 - A53 PLL found on MSM8916 devices
57 a53pll: clock@b016000 {
58 compatible = "qcom,msm8916-a53pll";
59 reg = <0xb016000 0x40>;
62 # Example 2 - A53 PLL found on IPQ6018 devices
64 a53pll_ipq: clock-controller@b116000 {
65 compatible = "qcom,ipq6018-a53pll";
66 reg = <0x0b116000 0x40>;