Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux/fpc-iii.git] / Documentation / devicetree / bindings / pwm / imx-pwm.txt
blobb50d7a6d9d7f88ca00524533981c44726e860d3f
1 Freescale i.MX PWM controller
3 Required properties:
4 - compatible: should be "fsl,<soc>-pwm"
5 - reg: physical base address and length of the controller's registers
6 - #pwm-cells: should be 2. See pwm.txt in this directory for a description of
7   the cells format.
8 - interrupts: The interrupt for the pwm controller
10 Example:
12 pwm1: pwm@53fb4000 {
13         #pwm-cells = <2>;
14         compatible = "fsl,imx53-pwm", "fsl,imx27-pwm";
15         reg = <0x53fb4000 0x4000>;
16         interrupts = <61>;