1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright 2019 Unisoc Inc.
5 $id: "http://devicetree.org/schemas/clock/sprd,sc9863a-clk.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: SC9863A Clock Control Unit Device Tree Bindings
11 - Orson Zhai <orsonzhai@gmail.com>
12 - Baolin Wang <baolin.wang7@gmail.com>
13 - Chunyan Zhang <zhang.lyra@gmail.com>
22 - sprd,sc9863a-aon-clk
23 - sprd,sc9863a-apahb-gate
24 - sprd,sc9863a-pmu-gate
25 - sprd,sc9863a-aonapb-gate
30 - sprd,sc9863a-mm-gate
31 - sprd,sc9863a-apapb-gate
37 The input parent clock(s) phandle for this clock, only list fixed
38 clocks which are declared in devicetree.
61 - sprd,sc9863a-aon-clk
68 Other SC9863a clock nodes should be the child of a syscon node in
69 which compatible string shoule be:
70 "sprd,sc9863a-glbregs", "syscon", "simple-mfd"
72 The 'reg' property for the clock node is also required if there is a sub
73 range of registers for the clocks.
77 ap_clk: clock-controller@21500000 {
78 compatible = "sprd,sc9863a-ap-clk";
79 reg = <0 0x21500000 0 0x1000>;
80 clocks = <&ext_26m>, <&ext_32k>;
81 clock-names = "ext-26m", "ext-32k";
90 ap_ahb_regs: syscon@20e00000 {
91 compatible = "sprd,sc9863a-glbregs", "syscon", "simple-mfd";
92 reg = <0 0x20e00000 0 0x4000>;
95 ranges = <0 0 0x20e00000 0x4000>;
97 apahb_gate: apahb-gate@0 {
98 compatible = "sprd,sc9863a-apahb-gate";