Skip to content

Commit

Permalink
ARM: LPC32xx: Add PWM to base dts file
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Roland Stigge <stigge@antcom.de>
  • Loading branch information
Alexandre Pereira da Silva authored and Roland Stigge committed Jul 20, 2012
1 parent 7bb71a6 commit de63985
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/lpc32xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@
status = "disabled";
};

pwm: pwm@4005C000 {
compatible = "nxp,lpc3220-pwm";
reg = <0x4005C000 0x8>;
status = "disabled";
};
};
};
};

0 comments on commit de63985

Please sign in to comment.