Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / pxa27x.dtsi
1 /* The pxa3xx skeleton simply augments the 2xx version */
2 /include/ "pxa2xx.dtsi"
3
4 / {
5         model = "Marvell PXA27x familiy SoC";
6         compatible = "marvell,pxa27x";
7
8         pxabus {
9                 pxairq: interrupt-controller@40d00000 {
10                         marvell,intc-priority;
11                         marvell,intc-nr-irqs = <34>;
12                 };
13
14                 pwm0: pwm@40b00000 {
15                         compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
16                         reg = <0x40b00000 0x10>;
17                         #pwm-cells = <1>;
18                 };
19
20                 pwm1: pwm@40b00010 {
21                         compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
22                         reg = <0x40b00010 0x10>;
23                         #pwm-cells = <1>;
24                 };
25
26                 pwm2: pwm@40c00000 {
27                         compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
28                         reg = <0x40c00000 0x10>;
29                         #pwm-cells = <1>;
30                 };
31
32                 pwm3: pwm@40c00010 {
33                         compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
34                         reg = <0x40c00010 0x10>;
35                         #pwm-cells = <1>;
36                 };
37         };
38 };