2 * Device Tree for the ARM Integrator/CP platform
6 /include/ "integrator.dtsi"
9 model = "ARM Integrator/CP";
10 compatible = "arm,integrator-cp";
13 bootargs = "root=/dev/ram0 console=ttyAMA0,38400n8 earlyprintk";
23 * Since the board has pluggable CPU modules, we
24 * cannot define a proper compatible here. Let the
25 * boot loader fill in the apropriate compatible
26 * string if necessary.
28 /* compatible = "arm,arm920t"; */
34 operating-points = <50000 0
38 clock-latency = <1000000>; /* 1 ms */
43 * The Integrator/CP overall clocking architecture can be found in
44 * ARM DUI 0184B page 7-28 "Integrator/CP922T system clocks" which
45 * appear to illustrate the layout used in most configurations.
48 /* The codec chrystal operates at 24.576 MHz */
49 xtal_codec: xtal24.576@24.576M {
51 compatible = "fixed-clock";
52 clock-frequency = <24576000>;
55 /* The chrystal is divided by 2 by the codec for the AACI bit clock */
56 aaci_bitclk: aaci_bitclk@12.288M {
58 compatible = "fixed-factor-clock";
61 clocks = <&xtal_codec>;
64 /* This is a 25MHz chrystal on the base board */
65 xtal25mhz: xtal25mhz@25M {
67 compatible = "fixed-clock";
68 clock-frequency = <25000000>;
71 /* The UART clock is 14.74 MHz divided from 25MHz by an ICS525 */
72 uartclk: uartclk@14.74M {
74 compatible = "fixed-clock";
75 clock-frequency = <14745600>;
78 /* Actually sysclk I think */
81 compatible = "fixed-clock";
82 clock-frequency = <0>;
85 core-module@10000000 {
86 /* 24 MHz chrystal on the core module */
87 cm24mhz: cm24mhz@24M {
89 compatible = "fixed-clock";
90 clock-frequency = <24000000>;
93 /* Oscillator on the core module, clocks the CPU core */
95 compatible = "arm,syscon-icst525-integratorcp-cm-core";
102 /* Oscillator on the core module, clocks the memory bus */
104 compatible = "arm,syscon-icst525-integratorcp-cm-mem";
106 lock-offset = <0x14>;
111 /* Auxilary oscillator on the core module, clocks the CLCD */
113 compatible = "arm,syscon-icst525";
115 lock-offset = <0x14>;
120 /* The KMI clock is the 24 MHz oscillator divided to 8MHz */
123 compatible = "fixed-factor-clock";
129 /* The timer clock is the 24 MHz oscillator divided to 1MHz */
132 compatible = "fixed-factor-clock";
140 compatible = "arm,integrator-cp-syscon", "syscon";
141 reg = <0xcb000000 0x100>;
144 timer0: timer@13000000 {
145 /* TIMER0 runs directly on the 25MHz chrystal */
146 compatible = "arm,integrator-cp-timer";
147 clocks = <&xtal25mhz>;
150 timer1: timer@13000100 {
151 /* TIMER1 runs @ 1MHz */
152 compatible = "arm,integrator-cp-timer";
156 timer2: timer@13000200 {
157 /* TIMER2 runs @ 1MHz */
158 compatible = "arm,integrator-cp-timer";
163 valid-mask = <0x1fc003ff>;
167 compatible = "arm,versatile-fpga-irq";
168 #interrupt-cells = <1>;
169 interrupt-controller;
170 reg = <0x10000040 0x100>;
171 clear-mask = <0xffffffff>;
172 valid-mask = <0x00000007>;
175 /* The SIC is cascaded off IRQ 26 on the PIC */
177 compatible = "arm,versatile-fpga-irq";
178 interrupt-parent = <&pic>;
180 #interrupt-cells = <1>;
181 interrupt-controller;
182 reg = <0xca000000 0x100>;
183 clear-mask = <0x00000fff>;
184 valid-mask = <0x00000fff>;
188 compatible = "smsc,lan91c111";
189 reg = <0xc8000000 0x10>;
190 interrupt-parent = <&pic>;
196 * These PrimeCells are at the same location and using
197 * the same interrupts in all Integrators, but in the CP
198 * slightly newer versions are deployed.
201 compatible = "arm,pl031", "arm,primecell";
203 clock-names = "apb_pclk";
207 compatible = "arm,pl011", "arm,primecell";
208 clocks = <&uartclk>, <&pclk>;
209 clock-names = "uartclk", "apb_pclk";
213 compatible = "arm,pl011", "arm,primecell";
214 clocks = <&uartclk>, <&pclk>;
215 clock-names = "uartclk", "apb_pclk";
219 compatible = "arm,pl050", "arm,primecell";
220 clocks = <&kmiclk>, <&pclk>;
221 clock-names = "KMIREFCLK", "apb_pclk";
225 compatible = "arm,pl050", "arm,primecell";
226 clocks = <&kmiclk>, <&pclk>;
227 clock-names = "KMIREFCLK", "apb_pclk";
231 * These PrimeCells are only available on the Integrator/CP
234 compatible = "arm,pl180", "arm,primecell";
235 reg = <0x1c000000 0x1000>;
236 interrupts = <23 24>;
237 max-frequency = <515633>;
238 clocks = <&uartclk>, <&pclk>;
239 clock-names = "mclk", "apb_pclk";
243 compatible = "arm,pl041", "arm,primecell";
244 reg = <0x1d000000 0x1000>;
247 clock-names = "apb_pclk";
251 compatible = "arm,pl110", "arm,primecell";
252 reg = <0xC0000000 0x1000>;
254 clocks = <&auxosc>, <&pclk>;
255 clock-names = "clcdclk", "apb_pclk";
259 * The VGA connected is implemented with a
260 * THS8134A triple DAC that can be run in 24bit
263 clcd_pads: endpoint {
264 remote-endpoint = <&clcd_panel>;
265 arm,pl11x,tft-r0g0b0-pads = <1 7 13>;
270 compatible = "panel-dpi";
273 clcd_panel: endpoint {
274 remote-endpoint = <&clcd_pads>;
278 /* Standard 640x480 VGA timings */
280 clock-frequency = <25175000>;