summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/pwm/ingenic,jz47xx-pwm.txt
blob: 493bec80d59b33a3a879aa4a97a60edf60d04854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Ingenic JZ47xx PWM Controller
=============================

Required properties:
- compatible: Should be "ingenic,jz4740-pwm"
- #pwm-cells: Should be 3. See pwm.txt in this directory for a description
  of the cells format.
- clocks : phandle to the external clock.
- clock-names : Should be "ext".


Example:

	pwm: pwm@10002000 {
		compatible = "ingenic,jz4740-pwm";
		reg = <0x10002000 0x1000>;

		#pwm-cells = <3>;

		clocks = <&ext>;
		clock-names = "ext";
	};