diff options
| -rw-r--r-- | Documentation/devicetree/bindings/timer/renesas,mtu2.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/timer/renesas,mtu2.txt b/Documentation/devicetree/bindings/timer/renesas,mtu2.txt index 917453f826bc..d9a8d5af1a21 100644 --- a/Documentation/devicetree/bindings/timer/renesas,mtu2.txt +++ b/Documentation/devicetree/bindings/timer/renesas,mtu2.txt | |||
| @@ -8,7 +8,10 @@ are independent. The MTU2 hardware supports five channels indexed from 0 to 4. | |||
| 8 | 8 | ||
| 9 | Required Properties: | 9 | Required Properties: |
| 10 | 10 | ||
| 11 | - compatible: must contain "renesas,mtu2" | 11 | - compatible: must be one or more of the following: |
| 12 | - "renesas,mtu2-r7s72100" for the r7s72100 MTU2 | ||
| 13 | - "renesas,mtu2" for any MTU2 | ||
| 14 | This is a fallback for the above renesas,mtu2-* 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 | ||
| @@ -26,7 +29,7 @@ Required Properties: | |||
| 26 | Example: R7S72100 (RZ/A1H) MTU2 node | 29 | Example: R7S72100 (RZ/A1H) MTU2 node |
| 27 | 30 | ||
| 28 | mtu2: timer@fcff0000 { | 31 | mtu2: timer@fcff0000 { |
| 29 | compatible = "renesas,mtu2"; | 32 | compatible = "renesas,mtu2-r7s72100", "renesas,mtu2"; |
| 30 | reg = <0xfcff0000 0x400>; | 33 | reg = <0xfcff0000 0x400>; |
| 31 | interrupts = <0 139 IRQ_TYPE_LEVEL_HIGH>, | 34 | interrupts = <0 139 IRQ_TYPE_LEVEL_HIGH>, |
| 32 | <0 146 IRQ_TYPE_LEVEL_HIGH>, | 35 | <0 146 IRQ_TYPE_LEVEL_HIGH>, |
