blob: b486de2c3fe31b92c128e1bef22a4c4f9eff6e66 [file] [log] [blame]
Shiraz Hashimce203642012-10-25 09:39:13 +05301== ST SPEAr SoC PWM controller ==
2
3Required properties:
4- compatible: should be one of:
5 - "st,spear320-pwm"
6 - "st,spear1340-pwm"
7- reg: physical base address and length of the controller's registers
Laurent Pinchartebeec0a2013-07-18 00:54:23 +02008- #pwm-cells: should be 2. See pwm.txt in this directory for a description of
9 the cells format.
Shiraz Hashimce203642012-10-25 09:39:13 +053010
11Example:
12
13 pwm: pwm@a8000000 {
14 compatible ="st,spear320-pwm";
15 reg = <0xa8000000 0x1000>;
16 #pwm-cells = <2>;
17 };