mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
ARM: pxa: add PWM nodes to pxa27x.dtsi
This patch adds PWM nodes for each of the four channels present on the pxa270. Signed-off-by: Mike Dunn <mikedunn@newsguy.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
899dd6ccf3
commit
e7b4a8dfc8
1 changed files with 24 additions and 0 deletions
|
@ -10,5 +10,29 @@
|
|||
marvell,intc-priority;
|
||||
marvell,intc-nr-irqs = <34>;
|
||||
};
|
||||
|
||||
pwm0: pwm@40b00000 {
|
||||
compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
|
||||
reg = <0x40b00000 0x10>;
|
||||
#pwm-cells = <1>;
|
||||
};
|
||||
|
||||
pwm1: pwm@40b00010 {
|
||||
compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
|
||||
reg = <0x40b00010 0x10>;
|
||||
#pwm-cells = <1>;
|
||||
};
|
||||
|
||||
pwm2: pwm@40c00000 {
|
||||
compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
|
||||
reg = <0x40c00000 0x10>;
|
||||
#pwm-cells = <1>;
|
||||
};
|
||||
|
||||
pwm3: pwm@40c00010 {
|
||||
compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
|
||||
reg = <0x40c00010 0x10>;
|
||||
#pwm-cells = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue