| # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/clock/qcom,hfpll.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Qualcomm High-Frequency PLL |
| - Bjorn Andersson <andersson@kernel.org> |
| The HFPLL is used as CPU PLL on various Qualcomm SoCs. |
| - description: HFPLL registers |
| - description: Alias register region |
| - description: board XO clock |
| Name of the PLL. Typically hfpllX where X is a CPU number starting at 0. |
| Otherwise hfpll_Y where Y is more specific such as "l2". |
| additionalProperties: false |
| clock-controller@f908a000 { |
| compatible = "qcom,msm8974-hfpll"; |
| reg = <0xf908a000 0x30>, <0xf900a000 0x30>; |
| clock-output-names = "hfpll0"; |