commit | de639854441af37fc88a72daab5842045d518944 | [log] [tgz] |
---|---|---|
author | Alexandre Pereira da Silva <aletes.xgr@gmail.com> | Fri Jul 20 13:33:09 2012 +0200 |
committer | Roland Stigge <stigge@antcom.de> | Fri Jul 20 13:33:09 2012 +0200 |
tree | d90e698d12d66b9fb329330bdae836e2de9046f6 | |
parent | 7bb71a6c3241b8e20b54fe9978cc9af5eddfd428 [diff] |
ARM: LPC32xx: Add PWM to base dts file Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com> Signed-off-by: Roland Stigge <stigge@antcom.de>
diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi index c5f37fb..e5ffe96 100644 --- a/arch/arm/boot/dts/lpc32xx.dtsi +++ b/arch/arm/boot/dts/lpc32xx.dtsi
@@ -278,6 +278,11 @@ status = "disabled"; }; + pwm: pwm@4005C000 { + compatible = "nxp,lpc3220-pwm"; + reg = <0x4005C000 0x8>; + status = "disabled"; + }; }; }; };