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>
This commit is contained in:
Alexandre Pereira da Silva 2012-07-20 13:33:09 +02:00 committed by Roland Stigge
parent 7bb71a6c32
commit de63985444
1 changed files with 5 additions and 0 deletions

View File

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