Merge remote-tracking branches 'regulator/fix/88pm800', 'regulator/fix/max8973',...
[linux-drm-fsl-dcu.git] / arch / arm / boot / dts / pxa27x.dtsi
1 /* The pxa3xx skeleton simply augments the 2xx version */
2 #include "pxa2xx.dtsi"
3 #include "dt-bindings/clock/pxa-clock.h"
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                 };
14
15                 gpio: gpio@40e00000 {
16                         compatible = "intel,pxa27x-gpio";
17                         clocks = <&clks CLK_NONE>;
18                 };
19
20                 pwm0: pwm@40b00000 {
21                         compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
22                         reg = <0x40b00000 0x10>;
23                         #pwm-cells = <1>;
24                         clocks = <&clks CLK_PWM0>;
25                 };
26
27                 pwm1: pwm@40b00010 {
28                         compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
29                         reg = <0x40b00010 0x10>;
30                         #pwm-cells = <1>;
31                         clocks = <&clks CLK_PWM1>;
32                 };
33
34                 pwm2: pwm@40c00000 {
35                         compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
36                         reg = <0x40c00000 0x10>;
37                         #pwm-cells = <1>;
38                         clocks = <&clks CLK_PWM0>;
39                 };
40
41                 pwm3: pwm@40c00010 {
42                         compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
43                         reg = <0x40c00010 0x10>;
44                         #pwm-cells = <1>;
45                         clocks = <&clks CLK_PWM1>;
46                 };
47
48                 pwri2c: i2c@40f000180 {
49                         compatible = "mrvl,pxa-i2c";
50                         reg = <0x40f00180 0x24>;
51                         interrupts = <6>;
52                         clocks = <&clks CLK_PWRI2C>;
53                         status = "disabled";
54                 };
55
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                 };
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                 };
71         };
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
82                 clks: pxa2xx_clks@41300004 {
83                         compatible = "marvell,pxa270-clocks";
84                         #clock-cells = <1>;
85                         status = "okay";
86                 };
87         };
88
89         timer@40a00000 {
90                 compatible = "marvell,pxa-timer";
91                 reg = <0x40a00000 0x20>;
92                 interrupts = <26>;
93                 clocks = <&clks CLK_OSTIMER>;
94                 status = "okay";
95         };
96 };