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 <biju.das.jz@bp.renesas.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20211112184413.4391-3-biju.das.jz@bp.renesas.com Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 parent 8632987 commit 92d06a3

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

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)