diff options
author | Alban Bedel <alban.bedel@avionic-design.de> | 2012-11-14 13:59:45 +0100 |
---|---|---|
committer | Roland Stigge <stigge@antcom.de> | 2012-11-14 15:41:18 +0100 |
commit | b7d41c937ed742b0995e4824ed2d0be085f80c1d (patch) | |
tree | 9049e87b7b54c33e34eda52541359a4582043ec6 /arch/arm/boot/dts/lpc32xx.dtsi | |
parent | 77b67063bb6bce6d475e910d3b886a606d0d91f7 (diff) |
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>
Diffstat (limited to 'arch/arm/boot/dts/lpc32xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc32xx.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi index e5ffe960dbf3..1582f484a867 100644 --- a/arch/arm/boot/dts/lpc32xx.dtsi +++ b/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>; |