diff options
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm/kona-timer.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/kona-timer.txt | 20 |
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 @@ | |||
1 | Broadcom Kona Family timer | ||
2 | ----------------------------------------------------- | ||
3 | This timer is used in the following Broadcom SoCs: | ||
4 | BCM11130, BCM11140, BCM11351, BCM28145, BCM28155 | ||
5 | |||
6 | Required 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 | |||
13 | Example: | ||
14 | timer@35006000 { | ||
15 | compatible = "brcm,kona-timer"; | ||
16 | reg = <0x35006000 0x1000>; | ||
17 | interrupts = <0x0 7 0x4>; | ||
18 | clock-frequency = <32768>; | ||
19 | }; | ||
20 | |||