1 // SPDX-License-Identifier: GPL-2.0
3 * Device Tree for the ARM Integrator/AP platform
7 #include "integrator.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
12 model = "ARM Integrator/AP";
13 compatible = "arm,integrator-ap";
22 * Since the board has pluggable CPU modules, we
23 * cannot define a proper compatible here. Let the
24 * boot loader fill in the apropriate compatible
25 * string if necessary.
27 /* compatible = "arm,arm926ej-s"; */
30 * The documentation in ARM DUI 0138E page 3-12 states
31 * that the maximum frequency for this clock is 200 MHz
32 * but painful trial-and-error has proved to me that it
33 * is actually just hanging the system above 71 MHz.
37 operating-points = <71000 0
46 clock-latency = <1000000>; /* 1 ms */
51 arm,timer-primary = &timer2;
52 arm,timer-secondary = &timer1;
56 bootargs = "root=/dev/ram0 console=ttyAM0,38400n8 earlyprintk";
59 /* 24 MHz chrystal on the Integrator/AP development board */
60 xtal24mhz: xtal24mhz@24M {
62 compatible = "fixed-clock";
63 clock-frequency = <24000000>;
68 compatible = "fixed-factor-clock";
71 clocks = <&xtal24mhz>;
74 /* The UART clock is 14.74 MHz divided by an ICS525 */
75 uartclk: uartclk@14.74M {
77 compatible = "fixed-clock";
78 clock-frequency = <14745600>;
79 clocks = <&xtal24mhz>;
82 core-module@10000000 {
83 /* 24 MHz chrystal on the core module */
84 cm24mhz: cm24mhz@24M {
86 compatible = "fixed-clock";
87 clock-frequency = <24000000>;
90 /* Oscillator on the core module, clocks the CPU core */
92 compatible = "arm,syscon-icst525-integratorap-cm";
99 /* Auxilary oscillator on the core module, 32.369MHz at boot */
101 compatible = "arm,syscon-icst525";
103 lock-offset = <0x14>;
110 compatible = "arm,integrator-ap-syscon", "syscon";
111 reg = <0x11000000 0x100>;
114 * SYSCLK clocks PCIv3 bridge, system controller and the
118 compatible = "arm,syscon-icst525-integratorap-sys";
120 lock-offset = <0x1c>;
122 clocks = <&xtal24mhz>;
125 /* One-bit control for the PCI bus clock (33 or 25 MHz) */
127 compatible = "arm,syscon-icst525-integratorap-pci";
129 lock-offset = <0x1c>;
131 clocks = <&xtal24mhz>;
135 timer0: timer@13000000 {
136 compatible = "arm,integrator-timer";
137 clocks = <&xtal24mhz>;
140 timer1: timer@13000100 {
141 compatible = "arm,integrator-timer";
142 clocks = <&xtal24mhz>;
145 timer2: timer@13000200 {
146 compatible = "arm,integrator-timer";
147 clocks = <&xtal24mhz>;
151 valid-mask = <0x003fffff>;
154 pci: pciv3@62000000 {
155 compatible = "arm,integrator-ap-pci", "v3,v360epc-pci";
156 #interrupt-cells = <1>;
158 #address-cells = <3>;
159 /* Bridge registers and config access space */
160 reg = <0x62000000 0x10000>, <0x61000000 0x01000000>;
161 interrupt-parent = <&pic>;
162 interrupts = <17>; /* Bus error IRQ */
164 bus-range = <0x00 0xff>;
165 ranges = <0x01000000 0 0x0000000 /* I/O space @00000000 */
166 0x60000000 0 0x00010000 /* 64 KB @ LB 60000000 */
167 0x02000000 0 0x40000000 /* non-prefectable memory @40000000 */
168 0x40000000 0 0x10000000 /* 256 MiB @ LB 40000000 1:1 */
169 0x42000000 0 0x50000000 /* prefetchable memory @50000000 */
170 0x50000000 0 0x10000000>; /* 256 MiB @ LB 50000000 1:1 */
171 dma-ranges = <0x02000000 0 0x20000000 /* EBI memory space */
172 0x20000000 0 0x20000000 /* 512 MB @ LB 20000000 1:1 */
173 0x02000000 0 0x80000000 /* Core module alias memory */
174 0x80000000 0 0x40000000>; /* 1GB @ LB 80000000 */
175 interrupt-map-mask = <0xf800 0 0 0x7>;
178 0x4800 0 0 1 &pic 13 /* INT A on slot 9 is irq 13 */
179 0x4800 0 0 2 &pic 14 /* INT B on slot 9 is irq 14 */
180 0x4800 0 0 3 &pic 15 /* INT C on slot 9 is irq 15 */
181 0x4800 0 0 4 &pic 16 /* INT D on slot 9 is irq 16 */
183 0x5000 0 0 1 &pic 14 /* INT A on slot 10 is irq 14 */
184 0x5000 0 0 2 &pic 15 /* INT B on slot 10 is irq 15 */
185 0x5000 0 0 3 &pic 16 /* INT C on slot 10 is irq 16 */
186 0x5000 0 0 4 &pic 13 /* INT D on slot 10 is irq 13 */
188 0x5800 0 0 1 &pic 15 /* INT A on slot 11 is irq 15 */
189 0x5800 0 0 2 &pic 16 /* INT B on slot 11 is irq 16 */
190 0x5800 0 0 3 &pic 13 /* INT C on slot 11 is irq 13 */
191 0x5800 0 0 4 &pic 14 /* INT D on slot 11 is irq 14 */
193 0x6000 0 0 1 &pic 16 /* INT A on slot 12 is irq 16 */
194 0x6000 0 0 2 &pic 13 /* INT B on slot 12 is irq 13 */
195 0x6000 0 0 3 &pic 14 /* INT C on slot 12 is irq 14 */
196 0x6000 0 0 4 &pic 15 /* INT D on slot 12 is irq 15 */
202 * The Integator/AP predates the idea to have magic numbers
203 * identifying the PrimeCell in hardware, thus we have to
204 * supply these from the device tree.
207 compatible = "arm,pl030", "arm,primecell";
208 arm,primecell-periphid = <0x00041030>;
210 clock-names = "apb_pclk";
213 uart0: uart@16000000 {
214 compatible = "arm,pl010", "arm,primecell";
215 arm,primecell-periphid = <0x00041010>;
216 clocks = <&uartclk>, <&pclk>;
217 clock-names = "uartclk", "apb_pclk";
220 uart1: uart@17000000 {
221 compatible = "arm,pl010", "arm,primecell";
222 arm,primecell-periphid = <0x00041010>;
223 clocks = <&uartclk>, <&pclk>;
224 clock-names = "uartclk", "apb_pclk";
228 compatible = "arm,pl050", "arm,primecell";
229 arm,primecell-periphid = <0x00041050>;
230 clocks = <&xtal24mhz>, <&pclk>;
231 clock-names = "KMIREFCLK", "apb_pclk";
235 compatible = "arm,pl050", "arm,primecell";
236 arm,primecell-periphid = <0x00041050>;
237 clocks = <&xtal24mhz>, <&pclk>;
238 clock-names = "KMIREFCLK", "apb_pclk";
243 * Logic module bus, we support up to 4 logical modules
244 * They appear at 0xc0000000, 0xd0000000, 0xe0000000 and 0xf0000000
245 * and use interrupts 9, 10, 11 and 12 respectively.
248 compatible = "arm,integrator-ap-lm";
249 #address-cells = <1>;
251 ranges = <0xc0000000 0xc0000000 0x40000000>;
255 compatible = "simple-bus";
256 ranges = <0x00000000 0xc0000000 0x10000000>;
257 dma-ranges = <0x00000000 0x80000000 0x10000000>;
258 reg = <0xc0000000 0x10000000>;
259 #address-cells = <1>;
263 compatible = "simple-bus";
264 ranges = <0x00000000 0xd0000000 0x10000000>;
265 dma-ranges = <0x00000000 0x80000000 0x10000000>;
266 reg = <0xd0000000 0x10000000>;
267 #address-cells = <1>;
271 compatible = "simple-bus";
272 ranges = <0x00000000 0xe0000000 0x10000000>;
273 dma-ranges = <0x00000000 0x80000000 0x10000000>;
274 reg = <0xe0000000 0x10000000>;
275 #address-cells = <1>;
279 compatible = "simple-bus";
280 ranges = <0x00000000 0xf0000000 0x10000000>;
281 dma-ranges = <0x00000000 0x80000000 0x10000000>;
282 reg = <0xf0000000 0x10000000>;
283 #address-cells = <1>;