sh_eth: fix EESIPR values for SH77{34|63}
[linux/fpc-iii.git] / Documentation / devicetree / bindings / pwm / st,stmpe-pwm.txt
blobcb209646bf132c555e1e2f9111683a2fd14254fa
1 == ST STMPE PWM controller ==
3 This is a PWM block embedded in the ST Microelectronics STMPE
4 (ST Multi-Purpose Expander) chips. The PWM is registered as a
5 subdevices of the STMPE MFD device.
7 Required properties:
8 - compatible: should be:
9   - "st,stmpe-pwm"
10 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
11   the cells format.
13 Example:
15 pwm0: pwm {
16         compatible = "st,stmpe-pwm";
17         #pwm-cells = <2>;