-
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: 333095 b: refs/heads/master c: 479e2e3 h: refs/heads/master i: 333093: b4e958c 333091: fed626d 333087: 06eab1b v: v3
- Loading branch information
Philipp Zabel
authored and
Thierry Reding
committed
Sep 12, 2012
1 parent
ad2dbb9
commit 50b6d34
Showing
3 changed files
with
53 additions
and
10 deletions.
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: 208d038f4792b5ca0dc76deebbc0ae13b4f1a744 | ||
refs/heads/master: 479e2e301c626cc64fb27b6b1938655eaba8b036 |
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,17 @@ | ||
Freescale i.MX PWM controller | ||
|
||
Required properties: | ||
- compatible: should be "fsl,<soc>-pwm" | ||
- reg: physical base address and length of the controller's registers | ||
- #pwm-cells: should be 2. The first cell specifies the per-chip index | ||
of the PWM to use and the second cell is the duty cycle in nanoseconds. | ||
- interrupts: The interrupt for the pwm controller | ||
|
||
Example: | ||
|
||
pwm1: pwm@53fb4000 { | ||
#pwm-cells = <2>; | ||
compatible = "fsl,imx53-pwm", "fsl,imx27-pwm"; | ||
reg = <0x53fb4000 0x4000>; | ||
interrupts = <61>; | ||
}; |
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