1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree for the ARM Integrator/CP platform
7 /include/ "integrator.dtsi"
10 model = "ARM Integrator/CP";
11 compatible = "arm,integrator-cp";
14 bootargs = "root=/dev/ram0 console=ttyAMA0,38400n8 earlyprintk";
24 * Since the board has pluggable CPU modules, we
25 * cannot define a proper compatible here. Let the
26 * boot loader fill in the apropriate compatible
27 * string if necessary.
29 /* compatible = "arm,arm920t"; */
35 operating-points = <50000 0
39 clock-latency = <1000000>; /* 1 ms */
44 * The Integrator/CP overall clocking architecture can be found in
45 * ARM DUI 0184B page 7-28 "Integrator/CP922T system clocks" which
46 * appear to illustrate the layout used in most configurations.
49 /* The codec chrystal operates at 24.576 MHz */
50 xtal_codec: xtal24.576@24.576M {
52 compatible = "fixed-clock";
53 clock-frequency = <24576000>;
56 /* The chrystal is divided by 2 by the codec for the AACI bit clock */
57 aaci_bitclk: aaci_bitclk@12.288M {
59 compatible = "fixed-factor-clock";
62 clocks = <&xtal_codec>;
65 /* This is a 25MHz chrystal on the base board */
66 xtal25mhz: xtal25mhz@25M {
68 compatible = "fixed-clock";
69 clock-frequency = <25000000>;
72 /* The UART clock is 14.74 MHz divided from 25MHz by an ICS525 */
73 uartclk: uartclk@14.74M {
75 compatible = "fixed-clock";
76 clock-frequency = <14745600>;
79 /* Actually sysclk I think */
82 compatible = "fixed-clock";
83 clock-frequency = <0>;
86 core-module@10000000 {
87 /* 24 MHz chrystal on the core module */
88 cm24mhz: cm24mhz@24M {
90 compatible = "fixed-clock";
91 clock-frequency = <24000000>;
94 /* Oscillator on the core module, clocks the CPU core */
96 compatible = "arm,syscon-icst525-integratorcp-cm-core";
103 /* Oscillator on the core module, clocks the memory bus */
105 compatible = "arm,syscon-icst525-integratorcp-cm-mem";
107 lock-offset = <0x14>;
112 /* Auxilary oscillator on the core module, clocks the CLCD */
114 compatible = "arm,syscon-icst525";
116 lock-offset = <0x14>;
121 /* The KMI clock is the 24 MHz oscillator divided to 8MHz */
124 compatible = "fixed-factor-clock";
130 /* The timer clock is the 24 MHz oscillator divided to 1MHz */
133 compatible = "fixed-factor-clock";
141 compatible = "arm,integrator-cp-syscon", "syscon";
142 reg = <0xcb000000 0x100>;
145 timer0: timer@13000000 {
146 /* TIMER0 runs directly on the 25MHz chrystal */
147 compatible = "arm,integrator-cp-timer";
148 clocks = <&xtal25mhz>;
151 timer1: timer@13000100 {
152 /* TIMER1 runs @ 1MHz */
153 compatible = "arm,integrator-cp-timer";
157 timer2: timer@13000200 {
158 /* TIMER2 runs @ 1MHz */
159 compatible = "arm,integrator-cp-timer";
164 valid-mask = <0x1fc003ff>;
168 compatible = "arm,versatile-fpga-irq";
169 #interrupt-cells = <1>;
170 interrupt-controller;
171 reg = <0x10000040 0x100>;
172 clear-mask = <0xffffffff>;
173 valid-mask = <0x00000007>;
176 /* The SIC is cascaded off IRQ 26 on the PIC */
178 compatible = "arm,versatile-fpga-irq";
179 interrupt-parent = <&pic>;
181 #interrupt-cells = <1>;
182 interrupt-controller;
183 reg = <0xca000000 0x100>;
184 clear-mask = <0x00000fff>;
185 valid-mask = <0x00000fff>;
189 compatible = "smsc,lan91c111";
190 reg = <0xc8000000 0x10>;
191 interrupt-parent = <&pic>;
197 * These PrimeCells are at the same location and using
198 * the same interrupts in all Integrators, but in the CP
199 * slightly newer versions are deployed.
202 compatible = "arm,pl031", "arm,primecell";
204 clock-names = "apb_pclk";
208 compatible = "arm,pl011", "arm,primecell";
209 clocks = <&uartclk>, <&pclk>;
210 clock-names = "uartclk", "apb_pclk";
214 compatible = "arm,pl011", "arm,primecell";
215 clocks = <&uartclk>, <&pclk>;
216 clock-names = "uartclk", "apb_pclk";
220 compatible = "arm,pl050", "arm,primecell";
221 clocks = <&kmiclk>, <&pclk>;
222 clock-names = "KMIREFCLK", "apb_pclk";
226 compatible = "arm,pl050", "arm,primecell";
227 clocks = <&kmiclk>, <&pclk>;
228 clock-names = "KMIREFCLK", "apb_pclk";
232 * These PrimeCells are only available on the Integrator/CP
235 compatible = "arm,pl180", "arm,primecell";
236 reg = <0x1c000000 0x1000>;
237 interrupts = <23 24>;
238 max-frequency = <515633>;
239 clocks = <&uartclk>, <&pclk>;
240 clock-names = "mclk", "apb_pclk";
244 compatible = "arm,pl041", "arm,primecell";
245 reg = <0x1d000000 0x1000>;
248 clock-names = "apb_pclk";
252 compatible = "arm,pl110", "arm,primecell";
253 reg = <0xC0000000 0x1000>;
255 clocks = <&auxosc>, <&pclk>;
256 clock-names = "clcdclk", "apb_pclk";
260 * The VGA connected is implemented with a
261 * THS8134A triple DAC that can be run in 24bit
264 clcd_pads: endpoint {
265 remote-endpoint = <&clcd_panel>;
266 arm,pl11x,tft-r0g0b0-pads = <1 7 13>;
271 compatible = "panel-dpi";
274 clcd_panel: endpoint {
275 remote-endpoint = <&clcd_pads>;
279 /* Standard 640x480 VGA timings */
281 clock-frequency = <25175000>;