Back to home page

OSCL-LXR

 
 

    


0001 == ST SPEAr SoC PWM controller ==
0002 
0003 Required properties:
0004 - compatible: should be one of:
0005   - "st,spear320-pwm"
0006   - "st,spear1340-pwm"
0007 - reg: physical base address and length of the controller's registers
0008 - #pwm-cells: should be 2. See pwm.yaml in this directory for a description of
0009   the cells format.
0010 
0011 Example:
0012 
0013         pwm: pwm@a8000000 {
0014             compatible ="st,spear320-pwm";
0015             reg = <0xa8000000 0x1000>;
0016             #pwm-cells = <2>;
0017         };