summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2015-01-28 02:52:42 +0900
committerYoshinori Sato <ysato@users.sourceforge.jp>2015-06-23 13:35:55 +0900
commit618b902d8c098f2fff188119da7b3184c4bc5483 (patch)
tree3e099a648328623429c6c7459ab0c075047d13c5 /Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt
parent7b5bb891a6e44bd18bd8661ede2e09ccae258ef5 (diff)
h8300: clocksource
h8300_timer8: 8bit clockevent device h8300_timer16 / h8300_tpu: 16bit clocksource Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Diffstat (limited to 'Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt')
-rw-r--r--Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt b/Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt
new file mode 100644
index 000000000000..9dca3759a0f0
--- /dev/null
+++ b/Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt
@@ -0,0 +1,25 @@
+* Renesas H8/300 8bit timer
+
+The 8bit timer is a 8bit timer/counter with configurable clock inputs and
+programmable compare match.
+
+This implement only supported cascade mode.
+
+Required Properties:
+
+ - compatible: must contain "renesas,8bit-timer"
+ - reg: base address and length of the registers block for the timer module.
+ - interrupts: interrupt-specifier for the timer, CMIA and TOVI
+ - clocks: a list of phandle, one for each entry in clock-names.
+ - clock-names: must contain "fck" for the functional clock.
+
+Example:
+
+ timer8_0: timer@ffff80 {
+ compatible = "renesas,8bit-timer";
+ reg = <0xffff80 10>;
+ interrupts = <36>;
+ clocks = <&fclk>;
+ clock-names = "fck";
+ };
+