Back to home page

OSCL-LXR

 
 

    


0001 LPC32XX PWM controller
0002 
0003 Required properties:
0004 - compatible: should be "nxp,lpc3220-pwm"
0005 - reg: physical base address and length of the controller's registers
0006 
0007 Examples:
0008 
0009 pwm@4005c000 {
0010         compatible = "nxp,lpc3220-pwm";
0011         reg = <0x4005c000 0x4>;
0012 };
0013 
0014 pwm@4005c004 {
0015         compatible = "nxp,lpc3220-pwm";
0016         reg = <0x4005c004 0x4>;
0017 };