-
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: 370462 b: refs/heads/master c: c21e5ca h: refs/heads/master v: v3
- Loading branch information
Sascha Hauer
authored and
Shawn Guo
committed
Apr 9, 2013
1 parent
c65715f
commit b9d091d
Showing
2 changed files
with
19 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: c20736f1aba75bd4251e96ef3f487beebbaf41cc | ||
refs/heads/master: c21e5ca87400ceed04e7033a1848fda5d7e0e5f2 |
18 changes: 18 additions & 0 deletions
18
trunk/Documentation/devicetree/bindings/timer/fsl,imxgpt.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,18 @@ | ||
Freescale i.MX General Purpose Timer (GPT) | ||
|
||
Required properties: | ||
|
||
- compatible : should be "fsl,<soc>-gpt" | ||
- reg : Specifies base physical address and size of the registers. | ||
- interrupts : A list of 4 interrupts; one per timer channel. | ||
- clocks : The clocks provided by the SoC to drive the timer. | ||
|
||
Example: | ||
|
||
gpt1: timer@10003000 { | ||
compatible = "fsl,imx27-gpt", "fsl,imx1-gpt"; | ||
reg = <0x10003000 0x1000>; | ||
interrupts = <26>; | ||
clocks = <&clks 46>, <&clks 61>; | ||
clock-names = "ipg", "per"; | ||
}; |