Back to home page

OSCL-LXR

 
 

    


0001 == ST STMPE PWM controller ==
0002 
0003 This is a PWM block embedded in the ST Microelectronics STMPE
0004 (ST Multi-Purpose Expander) chips. The PWM is registered as a
0005 subdevices of the STMPE MFD device.
0006 
0007 Required properties:
0008 - compatible: should be:
0009   - "st,stmpe-pwm"
0010 - #pwm-cells: should be 2. See pwm.yaml in this directory for a description of
0011   the cells format.
0012 
0013 Example:
0014 
0015 pwm0: pwm {
0016         compatible = "st,stmpe-pwm";
0017         #pwm-cells = <2>;
0018 };