4
4
$id : http://devicetree.org/schemas/clock/renesas,rzv2h-cpg.yaml#
5
5
$schema : http://devicetree.org/meta-schemas/core.yaml#
6
6
7
- title : Renesas RZ/V2H(P) Clock Pulse Generator (CPG)
7
+ title : Renesas RZ/{G3E, V2H(P)} Clock Pulse Generator (CPG)
8
8
9
9
maintainers :
10
10
-
Lad Prabhakar <[email protected] >
11
11
12
12
description :
13
- On Renesas RZ/V2H(P) SoCs, the CPG (Clock Pulse Generator) handles generation
14
- and control of clock signals for the IP modules, generation and control of resets,
15
- and control over booting, low power consumption and power supply domains.
13
+ On Renesas RZ/{G3E,V2H(P)} SoCs, the CPG (Clock Pulse Generator) handles
14
+ generation and control of clock signals for the IP modules, generation and
15
+ control of resets, and control over booting, low power consumption and power
16
+ supply domains.
16
17
17
18
properties :
18
19
compatible :
19
- const : renesas,r9a09g057-cpg
20
+ enum :
21
+ - renesas,r9a09g047-cpg # RZ/G3E
22
+ - renesas,r9a09g057-cpg # RZ/V2H
20
23
21
24
reg :
22
25
maxItems : 1
@@ -37,7 +40,7 @@ properties:
37
40
description : |
38
41
- For CPG core clocks, the two clock specifier cells must be "CPG_CORE"
39
42
and a core clock reference, as defined in
40
- <dt-bindings/clock/renesas,r9a09g057 -cpg.h>,
43
+ <dt-bindings/clock/renesas,r9a09g0* -cpg.h>,
41
44
- For module clocks, the two clock specifier cells must be "CPG_MOD" and
42
45
a module number. The module number is calculated as the CLKON register
43
46
offset index multiplied by 16, plus the actual bit in the register
0 commit comments