-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
19
trunk/Documentation/devicetree/bindings/arm/bcm/bcm,kona-timer.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>; | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters