diff options
author | Alexandre Pereira da Silva <aletes.xgr@gmail.com> | 2012-07-20 13:33:09 +0200 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-07-20 13:33:09 +0200 |
commit | de639854441af37fc88a72daab5842045d518944 (patch) | |
tree | d90e698d12d66b9fb329330bdae836e2de9046f6 /arch/arm/boot | |
parent | 7bb71a6c3241b8e20b54fe9978cc9af5eddfd428 (diff) | |
download | blackbird-obmc-linux-de639854441af37fc88a72daab5842045d518944.tar.gz blackbird-obmc-linux-de639854441af37fc88a72daab5842045d518944.zip |
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/lpc32xx.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi index c5f37fbd33e6..e5ffe960dbf3 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"; + }; }; }; }; |