summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2022-05-20 22:40:56 +0200
committerArnd Bergmann <arnd@arndb.de>2022-05-20 22:40:56 +0200
commitb2441b3bdce6c02cb96278d98c620d7ba1d41b7b (patch)
tree7136f66315f78624181afa91c2582991712144ba /Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt
parent678e9c3a9389e48507e8f832963ad4290405adbc (diff)
h8300: remove stale bindings and symlink
These four files are left over from the h8300 removal. Reported-by: Geert Uytterhoeven <geert@linux-m68k.org> Reported-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
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, 0 insertions, 25 deletions
diff --git a/Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt b/Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt
deleted file mode 100644
index 9dca3759a0f0..000000000000
--- a/Documentation/devicetree/bindings/timer/renesas,8bit-timer.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-* 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";
- };
-