Browse Source

ARM: LPC32xx: Add the motor PWM to base dts file

Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
Signed-off-by: Roland Stigge <stigge@antcom.de>
Alban Bedel 12 years ago
parent
commit
b7d41c937e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      arch/arm/boot/dts/lpc32xx.dtsi

+ 7 - 0
arch/arm/boot/dts/lpc32xx.dtsi

@@ -182,6 +182,13 @@
 				pnx,timeout = <0x64>;
 			};
 
+			mpwm: mpwm@400E8000 {
+				compatible = "nxp,lpc3220-motor-pwm";
+				reg = <0x400E8000 0x78>;
+				status = "disabled";
+				#pwm-cells = <2>;
+			};
+
 			i2cusb: i2c@31020300 {
 				compatible = "nxp,pnx-i2c";
 				reg = <0x31020300 0x100>;