Lines Matching +full:xo +full:- +full:1
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Bjorn Andersson <andersson@kernel.org>
14 frequencies above 1GHz.
19 - qcom,ipq6018-a53pll
20 - qcom,ipq8074-a53pll
21 - qcom,msm8916-a53pll
22 - qcom,msm8939-a53pll
25 maxItems: 1
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 - |
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>;
61 clocks = <&xo>;
62 clock-names = "xo";