]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/arm/bcm/kona-timer.txt
Merge tag 'mxs-dt-3.12' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/dt
[karo-tx-linux.git] / Documentation / devicetree / bindings / arm / bcm / kona-timer.txt
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