]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - Documentation/devicetree/bindings/pwm/atmel-tcb-pwm.txt
Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux into drm...
[mirror_ubuntu-bionic-kernel.git] / Documentation / devicetree / bindings / pwm / atmel-tcb-pwm.txt
CommitLineData
9421bade
BB
1Atmel TCB PWM controller
2
3Required properties:
4- compatible: should be "atmel,tcb-pwm"
ebeec0af
LP
5- #pwm-cells: should be 3. See pwm.txt in this directory for a description of
6 the cells format. The only third cell flag supported by this binding is
7 PWM_POLARITY_INVERTED.
9421bade
BB
8- tc-block: The Timer Counter block to use as a PWM chip.
9
10Example:
11
12pwm {
13 compatible = "atmel,tcb-pwm";
14 #pwm-cells = <3>;
15 tc-block = <1>;
16};