Lines Matching +full:reg +full:- +full:names
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>
19 - qcom,ipq5018-a53pll
20 - qcom,ipq5332-a53pll
21 - qcom,ipq6018-a53pll
22 - qcom,ipq8074-a53pll
23 - qcom,ipq9574-a73pll
24 - qcom,msm8916-a53pll
25 - qcom,msm8939-a53pll
27 reg:
30 '#clock-cells':
35 - description: board XO clock
37 clock-names:
39 - const: xo
41 operating-points-v2: true
44 - compatible
45 - reg
46 - '#clock-cells'
51 # Example 1 - A53 PLL found on MSM8916 devices
52 - |
54 compatible = "qcom,msm8916-a53pll";
55 reg = <0xb016000 0x40>;
56 #clock-cells = <0>;
58 # Example 2 - A53 PLL found on IPQ6018 devices
59 - |
60 a53pll_ipq: clock-controller@b116000 {
61 compatible = "qcom,ipq6018-a53pll";
62 reg = <0x0b116000 0x40>;
63 #clock-cells = <0>;
65 clock-names = "xo";