diff options
| author | Alexandre Pereira da Silva <aletes.xgr@gmail.com> | 2012-07-10 10:38:10 -0400 |
|---|---|---|
| committer | Thierry Reding <thierry.reding@avionic-design.de> | 2012-07-23 07:24:05 -0400 |
| commit | 2132fa8d95bc13b8b0e307553b04ee3517762ebe (patch) | |
| tree | 7f7f843273eeb8b2ce6c9f05a725c02fb4abde4f /Documentation/devicetree | |
| parent | 9fb978b12f9cc2b4df428764273d96877d0a262d (diff) | |
pwm: add lpc32xx PWM support
Add lpc32xx SOC PWM driver.
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Acked-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Diffstat (limited to 'Documentation/devicetree')
| -rw-r--r-- | Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt b/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt new file mode 100644 index 000000000000..cfe1db3bb6e9 --- /dev/null +++ b/Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | LPC32XX PWM controller | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | - compatible: should be "nxp,lpc3220-pwm" | ||
| 5 | - reg: physical base address and length of the controller's registers | ||
| 6 | |||
| 7 | Examples: | ||
| 8 | |||
| 9 | pwm@0x4005C000 { | ||
| 10 | compatible = "nxp,lpc3220-pwm"; | ||
| 11 | reg = <0x4005C000 0x8>; | ||
| 12 | }; | ||
