Skip to content

Commit

Permalink
ARM: LPC32xx: Add the motor PWM to base dts file
Browse files Browse the repository at this point in the history
Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de>
Signed-off-by: Roland Stigge <stigge@antcom.de>
  • Loading branch information
Alban Bedel authored and Roland Stigge committed Nov 14, 2012
1 parent 77b6706 commit b7d41c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/lpc32xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit b7d41c9

Please sign in to comment.