Skip to content

Commit 9495525

Browse files
ffainellithierryreding
authored andcommitted
Documentation: dt: add Broadcom BCM7038 PWM controller binding
Add a binding documentation for the Broadcom BCM7038 PWM controller found in BCM7xxx chips. Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent ed6c147 commit 9495525

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Broadcom BCM7038 PWM controller (BCM7xxx Set Top Box PWM controller)
2+
3+
Required properties:
4+
5+
- compatible: must be "brcm,bcm7038-pwm"
6+
- reg: physical base address and length for this controller
7+
- #pwm-cells: should be 2. See pwm.txt in this directory for a description
8+
of the cells format
9+
- clocks: a phandle to the reference clock for this block which is fed through
10+
its internal variable clock frequency generator
11+
12+
13+
Example:
14+
15+
pwm: pwm@f0408000 {
16+
compatible = "brcm,bcm7038-pwm";
17+
reg = <0xf0408000 0x28>;
18+
#pwm-cells = <2>;
19+
clocks = <&upg_fixed>;
20+
};

0 commit comments

Comments
 (0)