aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/timer/renesas,tmu.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/timer/renesas,tmu.txt')
-rw-r--r--Documentation/devicetree/bindings/timer/renesas,tmu.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
index 425d0c5f4aee..7db89fb25444 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
@@ -8,7 +8,10 @@ are independent. The TMU hardware supports up to three channels.
8 8
9Required Properties: 9Required Properties:
10 10
11 - compatible: must contain "renesas,tmu" 11 - compatible: must contain one or more of the following:
12 - "renesas,tmu-r8a7779" for the r8a7779 TMU
13 - "renesas,tmu" for any TMU.
14 This is a fallback for the above renesas,tmu-* entries
12 15
13 - reg: base address and length of the registers block for the timer module. 16 - reg: base address and length of the registers block for the timer module.
14 17
@@ -27,7 +30,7 @@ Optional Properties:
27Example: R8A7779 (R-Car H1) TMU0 node 30Example: R8A7779 (R-Car H1) TMU0 node
28 31
29 tmu0: timer@ffd80000 { 32 tmu0: timer@ffd80000 {
30 compatible = "renesas,tmu"; 33 compatible = "renesas,tmu-r8a7779", "renesas,tmu";
31 reg = <0xffd80000 0x30>; 34 reg = <0xffd80000 0x30>;
32 interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>, 35 interrupts = <0 32 IRQ_TYPE_LEVEL_HIGH>,
33 <0 33 IRQ_TYPE_LEVEL_HIGH>, 36 <0 33 IRQ_TYPE_LEVEL_HIGH>,