1 /* The pxa3xx skeleton simply augments the 2xx version */
3 #include "dt-bindings/clock/pxa-clock.h"
6 model = "Marvell PXA27x familiy SoC";
7 compatible = "marvell,pxa27x";
10 pxairq: interrupt-controller@40d00000 {
11 marvell,intc-priority;
12 marvell,intc-nr-irqs = <34>;
16 compatible = "intel,pxa27x-gpio";
17 clocks = <&clks CLK_NONE>;
21 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
22 reg = <0x40b00000 0x10>;
24 clocks = <&clks CLK_PWM0>;
28 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
29 reg = <0x40b00010 0x10>;
31 clocks = <&clks CLK_PWM1>;
35 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
36 reg = <0x40c00000 0x10>;
38 clocks = <&clks CLK_PWM0>;
42 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
43 reg = <0x40c00010 0x10>;
45 clocks = <&clks CLK_PWM1>;
48 pwri2c: i2c@40f000180 {
49 compatible = "mrvl,pxa-i2c";
50 reg = <0x40f00180 0x24>;
52 clocks = <&clks CLK_PWRI2C>;
56 pxa27x_udc: udc@40600000 {
57 compatible = "marvell,pxa270-udc";
58 reg = <0x40600000 0x10000>;
60 clocks = <&clks CLK_USB>;
64 keypad: keypad@41500000 {
65 compatible = "marvell,pxa27x-keypad";
66 reg = <0x41500000 0x4c>;
68 clocks = <&clks CLK_KEYPAD>;
75 * The muxing of external clocks/internal dividers for osc* clock
76 * sources has been hidden under the carpet by now.
82 clks: pxa2xx_clks@41300004 {
83 compatible = "marvell,pxa270-clocks";
90 compatible = "marvell,pxa-timer";
91 reg = <0x40a00000 0x20>;
93 clocks = <&clks CLK_OSTIMER>;