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>
This commit is contained in:

committed by
Thierry Reding

parent
9fb978b12f
commit
2132fa8d95
12
Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt
Normal file
12
Documentation/devicetree/bindings/pwm/lpc32xx-pwm.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
LPC32XX PWM controller
|
||||
|
||||
Required properties:
|
||||
- compatible: should be "nxp,lpc3220-pwm"
|
||||
- reg: physical base address and length of the controller's registers
|
||||
|
||||
Examples:
|
||||
|
||||
pwm@0x4005C000 {
|
||||
compatible = "nxp,lpc3220-pwm";
|
||||
reg = <0x4005C000 0x8>;
|
||||
};
|
Reference in New Issue
Block a user