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,ipq5018-a53pll
20 - qcom,ipq5332-a53pll
21 - qcom,ipq6018-a53pll
22 - qcom,ipq8074-a53pll
23 - qcom,ipq9574-a73pll
24 - qcom,msm8226-a7pll
25 - qcom,msm8916-a53pll
26 - qcom,msm8939-a53pll
29 maxItems: 1
31 '#clock-cells':
36 - description: board XO clock
38 clock-names:
40 - const: xo
42 operating-points-v2: true
44 opp-table:
48 - compatible
49 - reg
50 - '#clock-cells'
55 # Example 1 - A53 PLL found on MSM8916 devices
56 - |
58 compatible = "qcom,msm8916-a53pll";
60 #clock-cells = <0>;
62 # Example 2 - A53 PLL found on IPQ6018 devices
63 - |
64 a53pll_ipq: clock-controller@b116000 {
65 compatible = "qcom,ipq6018-a53pll";
67 #clock-cells = <0>;
68 clocks = <&xo>;
69 clock-names = "xo";