Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[cris-mirror.git] / Documentation / devicetree / bindings / pwm / brcm,iproc-pwm.txt
blob21f75bbd6dae4524cf489289cf00d35e0d2f1f04
1 Broadcom iProc PWM controller device tree bindings
3 This controller has 4 channels.
5 Required Properties :
6 - compatible: must be "brcm,iproc-pwm"
7 - reg: physical base address and length of the controller's registers
8 - clocks: phandle + clock specifier pair for the external clock
9 - #pwm-cells: Should be 3. See pwm.txt in this directory for a
10   description of the cells format.
12 Refer to clocks/clock-bindings.txt for generic clock consumer properties.
14 Example:
16 pwm: pwm@18031000 {
17         compatible = "brcm,iproc-pwm";
18         reg = <0x18031000 0x28>;
19         clocks = <&osc>;
20         #pwm-cells = <3>;