1*c66ec88fSEmmanuel VadotLPC32XX PWM controller
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible: should be "nxp,lpc3220-pwm"
5*c66ec88fSEmmanuel Vadot- reg: physical base address and length of the controller's registers
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotExamples:
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel Vadotpwm@4005c000 {
10*c66ec88fSEmmanuel Vadot	compatible = "nxp,lpc3220-pwm";
11*c66ec88fSEmmanuel Vadot	reg = <0x4005c000 0x4>;
12*c66ec88fSEmmanuel Vadot};
13*c66ec88fSEmmanuel Vadot
14*c66ec88fSEmmanuel Vadotpwm@4005c004 {
15*c66ec88fSEmmanuel Vadot	compatible = "nxp,lpc3220-pwm";
16*c66ec88fSEmmanuel Vadot	reg = <0x4005c004 0x4>;
17*c66ec88fSEmmanuel Vadot};
18