Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370571
b: refs/heads/master
c: 5f03dc2
h: refs/heads/master
i:
  370569: e364c93
  370567: 24d6dd8
v: v3
  • Loading branch information
Christian Daudt authored and Olof Johansson committed Apr 3, 2013
1 parent 2e84d54 commit cd234d0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33fe1e0ea97090dd3ab96e1bad3ef54f77509f95
refs/heads/master: 5f03dc2002f5dc85ce87e69caff7f28f17f5c9b2
19 changes: 19 additions & 0 deletions trunk/Documentation/devicetree/bindings/arm/bcm/bcm,kona-timer.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Broadcom Kona Family timer
-----------------------------------------------------
This timer is used in the following Broadcom SoCs:
BCM11130, BCM11140, BCM11351, BCM28145, BCM28155

Required properties:
- compatible : "bcm,kona-timer"
- reg : Register range for the timer
- interrupts : interrupt for the timer
- clock-frequency: frequency that the clock operates

Example:
timer@35006000 {
compatible = "bcm,kona-timer";
reg = <0x35006000 0x1000>;
interrupts = <0x0 7 0x4>;
clock-frequency = <32768>;
};

8 changes: 8 additions & 0 deletions trunk/arch/arm/boot/dts/bcm11351.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,12 @@
cache-unified;
cache-level = <2>;
};

timer@35006000 {
compatible = "bcm,kona-timer";
reg = <0x35006000 0x1000>;
interrupts = <0x0 7 0x4>;
clock-frequency = <32768>;
};

};

0 comments on commit cd234d0

Please sign in to comment.