Commit b7d41c93 authored by Alban Bedel's avatar Alban Bedel Committed by Roland Stigge

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

Signed-off-by: default avatarAlban Bedel <alban.bedel@avionic-design.de>
Signed-off-by: default avatarRoland Stigge <stigge@antcom.de>
parent 77b67063
......@@ -182,6 +182,13 @@ i2c2: i2c@400A8000 {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment