Lines Matching +full:core +full:- +full:module
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: "http://devicetree.org/schemas/clock/renesas,rzg2l-cpg.yaml#"
5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
7 title: Renesas RZ/G2L Clock Pulse Generator / Module Standby Mode
10 - Geert Uytterhoeven <geert+renesas@glider.be>
13 On Renesas RZ/G2L SoC, the CPG (Clock Pulse Generator) and Module
17 - The CPG block generates various core clocks,
18 - The Module Standby Mode block provides two functions:
19 1. Module Standby, providing a Clock Domain to control the clock supply
25 const: renesas,r9a07g044-cpg # RZ/G2{L,LC}
33 clock-names:
39 '#clock-cells':
41 - For CPG core clocks, the two clock specifier cells must be "CPG_CORE"
42 and a core clock reference, as defined in
43 <dt-bindings/clock/r9a07g044-cpg.h>
44 - For module clocks, the two clock specifier cells must be "CPG_MOD" and
45 a module number, as defined in the <dt-bindings/clock/r9a07g044-cpg.h>.
48 '#power-domain-cells':
50 SoC devices that are part of the CPG/Module Standby Mode Clock Domain and
51 can be power-managed through Module Standby should refer to the CPG device
52 node in their "power-domains" property, as documented by the generic PM
53 Domain bindings in Documentation/devicetree/bindings/power/power-domain.yaml.
56 '#reset-cells':
58 The single reset specifier cell must be the module number, as defined in
59 the <dt-bindings/clock/r9a07g044-cpg.h>.
63 - compatible
64 - reg
65 - clocks
66 - clock-names
67 - '#clock-cells'
68 - '#power-domain-cells'
69 - '#reset-cells'
74 - |
75 cpg: clock-controller@11010000 {
76 compatible = "renesas,r9a07g044-cpg";
79 clock-names = "extal";
80 #clock-cells = <2>;
81 #power-domain-cells = <0>;
82 #reset-cells = <1>;