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 pdma: dma-controller@40000000 {
11 compatible = "marvell,pdma-1.0";
12 reg = <0x40000000 0x10000>;
19 pxairq: interrupt-controller@40d00000 {
20 marvell,intc-priority;
21 marvell,intc-nr-irqs = <34>;
25 compatible = "intel,pxa27x-gpio";
26 clocks = <&clks CLK_NONE>;
29 pxa27x_ohci: usb@4c000000 {
30 compatible = "marvell,pxa-ohci";
31 reg = <0x4c000000 0x10000>;
33 clocks = <&clks CLK_USBHOST>;
38 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
39 reg = <0x40b00000 0x10>;
41 clocks = <&clks CLK_PWM0>;
45 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
46 reg = <0x40b00010 0x10>;
48 clocks = <&clks CLK_PWM1>;
52 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
53 reg = <0x40c00000 0x10>;
55 clocks = <&clks CLK_PWM0>;
59 compatible = "marvell,pxa270-pwm", "marvell,pxa250-pwm";
60 reg = <0x40c00010 0x10>;
62 clocks = <&clks CLK_PWM1>;
65 pwri2c: i2c@40f000180 {
66 compatible = "mrvl,pxa-i2c";
67 reg = <0x40f00180 0x24>;
69 clocks = <&clks CLK_PWRI2C>;
70 #address-cells = <0x1>;
75 pxa27x_udc: udc@40600000 {
76 compatible = "marvell,pxa270-udc";
77 reg = <0x40600000 0x10000>;
79 clocks = <&clks CLK_USB>;
83 keypad: keypad@41500000 {
84 compatible = "marvell,pxa27x-keypad";
85 reg = <0x41500000 0x4c>;
87 clocks = <&clks CLK_KEYPAD>;
91 pxa_camera: imaging@50000000 {
92 compatible = "marvell,pxa270-qci";
93 reg = <0x50000000 0x1000>;
95 dmas = <&pdma 68 0 /* Y channel */
96 &pdma 69 0 /* U channel */
97 &pdma 70 0>; /* V channel */
98 dma-names = "CI_Y", "CI_U", "CI_V";
100 clocks = <&clks CLK_CAMERA>;
101 clock-names = "ciclk";
102 clock-frequency = <5000000>;
103 clock-output-names = "qci_mclk";
111 * The muxing of external clocks/internal dividers for osc* clock
112 * sources has been hidden under the carpet by now.
114 #address-cells = <1>;
118 clks: pxa2xx_clks@41300004 {
119 compatible = "marvell,pxa270-clocks";
126 compatible = "marvell,pxa-timer";
127 reg = <0x40a00000 0x20>;
129 clocks = <&clks CLK_OSTIMER>;