Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.git] / Documentation / devicetree / bindings / pwm / mxs-pwm.txt
CommitLineData
4dce82c1
SG
1Freescale MXS PWM controller
2
3Required properties:
071407ee 4- compatible: should be "fsl,imx23-pwm"
4dce82c1 5- reg: physical base address and length of the controller's registers
ebeec0af
LP
6- #pwm-cells: should be 2. See pwm.txt in this directory for a description of
7 the cells format.
4dce82c1
SG
8- fsl,pwm-number: the number of PWM devices
9
10Example:
11
12pwm: pwm@80064000 {
071407ee 13 compatible = "fsl,imx28-pwm", "fsl,imx23-pwm";
7185fcc6 14 reg = <0x80064000 0x2000>;
4dce82c1
SG
15 #pwm-cells = <2>;
16 fsl,pwm-number = <8>;
17};
This page took 1.275633 seconds and 5 git commands to generate.