aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/bcm/kona-timer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm/kona-timer.txt')
-rw-r--r--Documentation/devicetree/bindings/arm/bcm/kona-timer.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/kona-timer.txt b/Documentation/devicetree/bindings/arm/bcm/kona-timer.txt
new file mode 100644
index 000000000000..17d88b233d1b
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/bcm/kona-timer.txt
@@ -0,0 +1,20 @@
1Broadcom Kona Family timer
2-----------------------------------------------------
3This timer is used in the following Broadcom SoCs:
4 BCM11130, BCM11140, BCM11351, BCM28145, BCM28155
5
6Required properties:
7- compatible : "brcm,kona-timer"
8- DEPRECATED: compatible : "bcm,kona-timer"
9- reg : Register range for the timer
10- interrupts : interrupt for the timer
11- clock-frequency: frequency that the clock operates
12
13Example:
14 timer@35006000 {
15 compatible = "brcm,kona-timer";
16 reg = <0x35006000 0x1000>;
17 interrupts = <0x0 7 0x4>;
18 clock-frequency = <32768>;
19 };
20