diff options
Diffstat (limited to 'Documentation/devicetree/bindings/arm/bcm/bcm,kona-timer.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/bcm/bcm,kona-timer.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/bcm/bcm,kona-timer.txt b/Documentation/devicetree/bindings/arm/bcm/bcm,kona-timer.txt new file mode 100644 index 000000000000..59fa6e68d4f6 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/bcm/bcm,kona-timer.txt | |||
@@ -0,0 +1,19 @@ | |||
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 : "bcm,kona-timer" | ||
8 | - reg : Register range for the timer | ||
9 | - interrupts : interrupt for the timer | ||
10 | - clock-frequency: frequency that the clock operates | ||
11 | |||
12 | Example: | ||
13 | timer@35006000 { | ||
14 | compatible = "bcm,kona-timer"; | ||
15 | reg = <0x35006000 0x1000>; | ||
16 | interrupts = <0x0 7 0x4>; | ||
17 | clock-frequency = <32768>; | ||
18 | }; | ||
19 | |||