44$id : " http://devicetree.org/schemas/clock/renesas,rzg2l-cpg.yaml#"
55$schema : " http://devicetree.org/meta-schemas/core.yaml#"
66
7- title : Renesas RZ/G2L Clock Pulse Generator / Module Standby Mode
7+ title : Renesas RZ/{ G2L,V2L} Clock Pulse Generator / Module Standby Mode
88
99maintainers :
1010 - Geert Uytterhoeven <geert+renesas@glider.be>
1111
1212description : |
13- On Renesas RZ/G2L SoC, the CPG (Clock Pulse Generator) and Module
13+ On Renesas RZ/{ G2L,V2L} SoC, the CPG (Clock Pulse Generator) and Module
1414 Standby Mode share the same register block.
1515
1616 They provide the following functionalities:
@@ -22,7 +22,9 @@ description: |
2222
2323properties :
2424 compatible :
25- const : renesas,r9a07g044-cpg # RZ/G2{L,LC}
25+ enum :
26+ - renesas,r9a07g044-cpg # RZ/G2{L,LC}
27+ - renesas,r9a07g054-cpg # RZ/V2L
2628
2729 reg :
2830 maxItems : 1
@@ -40,9 +42,9 @@ properties:
4042 description : |
4143 - For CPG core clocks, the two clock specifier cells must be "CPG_CORE"
4244 and a core clock reference, as defined in
43- <dt-bindings/clock/r9a07g044 -cpg.h>
45+ <dt-bindings/clock/r9a07g* -cpg.h>
4446 - 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>.
47+ a module number, as defined in the <dt-bindings/clock/r9a07g0* -cpg.h>.
4648 const : 2
4749
4850 ' #power-domain-cells ' :
@@ -56,7 +58,7 @@ properties:
5658 ' #reset-cells ' :
5759 description :
5860 The single reset specifier cell must be the module number, as defined in
59- the <dt-bindings/clock/r9a07g044 -cpg.h>.
61+ the <dt-bindings/clock/r9a07g0* -cpg.h>.
6062 const : 1
6163
6264required :
0 commit comments