ARM: dts: pxa: add pxa27x-keypad to pxa27x
[deliverable/linux.git] / arch / arm / boot / dts / pxa27x.dtsi
CommitLineData
aff18a67 1/* The pxa3xx skeleton simply augments the 2xx version */
85fe55c1 2#include "pxa2xx.dtsi"
d96672e6 3#include "dt-bindings/clock/pxa-clock.h"
aff18a67
DM
4
5/ {
6 model = "Marvell PXA27x familiy SoC";
7 compatible = "marvell,pxa27x";
8
9 pxabus {
10 pxairq: interrupt-controller@40d00000 {
11 marvell,intc-priority;
12 marvell,intc-nr-irqs = <34>;
13 };
e7b4a8df 14
d96672e6
RJ
15 gpio: gpio@40e00000 {
16 compatible = "intel,pxa27x-gpio";
17 clocks = <&clks CLK_NONE>;
18 };
19
e7b4a8df
MD
20 pwm0: pwm@40b00000 {
21 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
22 reg = <0x40b00000 0x10>;
23 #pwm-cells = <1>;
d96672e6 24 clocks = <&clks CLK_PWM0>;
e7b4a8df
MD
25 };
26
27 pwm1: pwm@40b00010 {
28 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
29 reg = <0x40b00010 0x10>;
30 #pwm-cells = <1>;
d96672e6 31 clocks = <&clks CLK_PWM1>;
e7b4a8df
MD
32 };
33
34 pwm2: pwm@40c00000 {
35 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
36 reg = <0x40c00000 0x10>;
37 #pwm-cells = <1>;
d96672e6 38 clocks = <&clks CLK_PWM0>;
e7b4a8df
MD
39 };
40
41 pwm3: pwm@40c00010 {
42 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
43 reg = <0x40c00010 0x10>;
44 #pwm-cells = <1>;
d96672e6 45 clocks = <&clks CLK_PWM1>;
e7b4a8df 46 };
f374d1e7
RJ
47
48 pwri2c: i2c@40f000180 {
49 compatible = "mrvl,pxa-i2c";
50 reg = <0x40f00180 0x24>;
51 interrupts = <6>;
d96672e6 52 clocks = <&clks CLK_PWRI2C>;
f374d1e7
RJ
53 status = "disabled";
54 };
d96672e6 55
361818cd
RJ
56 pxa27x_udc: udc@40600000 {
57 compatible = "marvell,pxa270-udc";
58 reg = <0x40600000 0x10000>;
59 interrupts = <11>;
60 clocks = <&clks CLK_USB>;
61 status = "disabled";
62 };
8dcba817
RJ
63
64 keypad: keypad@41500000 {
65 compatible = "marvell,pxa27x-keypad";
66 reg = <0x41500000 0x4c>;
67 interrupts = <4>;
68 clocks = <&clks CLK_KEYPAD>;
69 status = "disabled";
70 };
aff18a67 71 };
85fe55c1
RJ
72
73 clocks {
74 /*
75 * The muxing of external clocks/internal dividers for osc* clock
76 * sources has been hidden under the carpet by now.
77 */
78 #address-cells = <1>;
79 #size-cells = <1>;
80 ranges;
81
d96672e6
RJ
82 clks: pxa2xx_clks@41300004 {
83 compatible = "marvell,pxa270-clocks";
85fe55c1
RJ
84 #clock-cells = <1>;
85 status = "okay";
86 };
87 };
aff18a67 88};
This page took 0.325753 seconds and 5 git commands to generate.