Skip to content

Commit 92d06a3

Browse files
bijudasdlezcano
authored andcommitted
dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2L OSTM
Document the General Timer Module(a.k.a OSTM) found on the RZ/G2L SoC. Signed-off-by: Biju Das <[email protected]> Reviewed-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Daniel Lezcano <[email protected]>
1 parent 8632987 commit 92d06a3

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

Documentation/devicetree/bindings/timer/renesas,ostm.yaml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ properties:
2121
compatible:
2222
items:
2323
- enum:
24-
- renesas,r7s72100-ostm # RZ/A1H
25-
- renesas,r7s9210-ostm # RZ/A2M
26-
- const: renesas,ostm # Generic
24+
- renesas,r7s72100-ostm # RZ/A1H
25+
- renesas,r7s9210-ostm # RZ/A2M
26+
- renesas,r9a07g044-ostm # RZ/G2{L,LC}
27+
- const: renesas,ostm # Generic
2728

2829
reg:
2930
maxItems: 1
@@ -37,13 +38,26 @@ properties:
3738
power-domains:
3839
maxItems: 1
3940

41+
resets:
42+
maxItems: 1
43+
4044
required:
4145
- compatible
4246
- reg
4347
- interrupts
4448
- clocks
4549
- power-domains
4650

51+
if:
52+
properties:
53+
compatible:
54+
contains:
55+
enum:
56+
- renesas,r9a07g044-ostm
57+
then:
58+
required:
59+
- resets
60+
4761
additionalProperties: false
4862

4963
examples:

0 commit comments

Comments
 (0)