2 * Copyright 2014 Linaro Ltd
4 * Permission is hereby granted, free of charge, to any person obtaining a copy
5 * of this software and associated documentation files (the "Software"), to deal
6 * in the Software without restriction, including without limitation the rights
7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8 * copies of the Software, and to permit persons to whom the Software is
9 * furnished to do so, subject to the following conditions:
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24 #include <dt-bindings/interrupt-controller/irq.h>
25 #include <dt-bindings/gpio/gpio.h>
26 #include "skeleton.dtsi"
29 model = "ARM RealView PB1176";
30 compatible = "arm,realview-pb1176";
35 serial0 = &pb1176_serial0;
36 serial1 = &pb1176_serial1;
37 serial2 = &pb1176_serial2;
38 serial3 = &pb1176_serial3;
39 serial4 = &fpga_serial;
43 /* 128 MiB memory @ 0x0 */
44 reg = <0x00000000 0x08000000>;
47 /* The voltage to the MMC card is hardwired at 3.3V */
48 vmmc: fixedregulator@0 {
49 compatible = "regulator-fixed";
50 regulator-name = "vmmc";
51 regulator-min-microvolt = <3300000>;
52 regulator-max-microvolt = <3300000>;
56 veth: fixedregulator@0 {
57 compatible = "regulator-fixed";
58 regulator-name = "veth";
59 regulator-min-microvolt = <3300000>;
60 regulator-max-microvolt = <3300000>;
64 xtal24mhz: xtal24mhz@24M {
66 compatible = "fixed-clock";
67 clock-frequency = <24000000>;
72 compatible = "fixed-factor-clock";
75 clocks = <&xtal24mhz>;
80 compatible = "fixed-factor-clock";
83 clocks = <&xtal24mhz>;
88 compatible = "fixed-factor-clock";
91 clocks = <&xtal24mhz>;
96 compatible = "fixed-factor-clock";
99 clocks = <&xtal24mhz>;
102 uartclk: uartclk@24M {
104 compatible = "fixed-factor-clock";
107 clocks = <&xtal24mhz>;
110 /* FIXME: this actually hangs off the PLL clocks */
113 compatible = "fixed-clock";
114 clock-frequency = <0>;
118 compatible = "arm,versatile-flash", "cfi-flash";
119 reg = <0x30000000 0x4000000>;
123 fpga_flash@38000000 {
124 compatible = "arm,versatile-flash", "cfi-flash";
125 reg = <0x38000000 0x800000>;
130 * The "secure flash" contains things like the boot
131 * monitor so we don't want people to accidentally
132 * screw this up. Mark the device tree node disabled
136 compatible = "arm,versatile-flash", "cfi-flash";
137 reg = <0x3c000000 0x4000000>;
142 /* SMSC 9118 ethernet with PHY and EEPROM */
144 compatible = "smsc,lan9118", "smsc,lan9115";
145 reg = <0x3a000000 0x10000>;
146 interrupt-parent = <&intc_fpga1176>;
147 interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
150 smsc,irq-active-high;
152 vdd33a-supply = <&veth>;
153 vddvario-supply = <&veth>;
157 compatible = "nxp,usb-isp1761";
158 reg = <0x3b000000 0x20000>;
159 interrupt-parent = <&intc_fpga1176>;
160 interrupts = <0 11 IRQ_TYPE_LEVEL_HIGH>;
165 #address-cells = <1>;
167 compatible = "arm,realview-pb1176-soc", "simple-bus";
171 syscon: syscon@10000000 {
172 compatible = "arm,realview-pb1176-syscon", "syscon", "simple-mfd";
173 reg = <0x10000000 0x1000>;
176 compatible = "register-bit-led";
179 label = "versatile:0";
180 linux,default-trigger = "heartbeat";
181 default-state = "on";
184 compatible = "register-bit-led";
187 label = "versatile:1";
188 linux,default-trigger = "mmc0";
189 default-state = "off";
192 compatible = "register-bit-led";
195 label = "versatile:2";
196 linux,default-trigger = "cpu0";
197 default-state = "off";
200 compatible = "register-bit-led";
203 label = "versatile:3";
204 default-state = "off";
207 compatible = "register-bit-led";
210 label = "versatile:4";
211 default-state = "off";
214 compatible = "register-bit-led";
217 label = "versatile:5";
218 default-state = "off";
221 compatible = "register-bit-led";
224 label = "versatile:6";
225 default-state = "off";
228 compatible = "register-bit-led";
231 label = "versatile:7";
232 default-state = "off";
235 compatible = "arm,syscon-icst307";
237 lock-offset = <0x20>;
239 clocks = <&xtal24mhz>;
242 compatible = "arm,syscon-icst307";
244 lock-offset = <0x20>;
246 clocks = <&xtal24mhz>;
249 compatible = "arm,syscon-icst307";
251 lock-offset = <0x20>;
253 clocks = <&xtal24mhz>;
256 compatible = "arm,syscon-icst307";
258 lock-offset = <0x20>;
260 clocks = <&xtal24mhz>;
263 compatible = "arm,syscon-icst307";
265 lock-offset = <0x20>;
267 clocks = <&xtal24mhz>;
271 /* Primary DevChip GIC synthesized with the CPU */
272 intc_dc1176: interrupt-controller@10120000 {
273 compatible = "arm,arm1176jzf-devchip-gic", "arm,arm11mp-gic";
274 #interrupt-cells = <3>;
275 #address-cells = <1>;
276 interrupt-controller;
277 reg = <0x10121000 0x1000>,
282 compatible = "arm,l220-cache";
283 reg = <0x10110000 0x1000>;
284 interrupt-parent = <&intc_dc1176>;
285 interrupts = <0 13 IRQ_TYPE_LEVEL_HIGH>;
289 * Override default cache size, sets and
290 * associativity as these may be erroneously set
291 * up by boot loader(s).
294 cache-size = <131072>; // 128kB
296 cache-line-size = <32>;
300 compatible = "arm,arm1176-pmu";
301 interrupt-parent = <&intc_dc1176>;
302 interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>;
305 timer01: timer@10104000 {
306 compatible = "arm,sp804", "arm,primecell";
307 reg = <0x10104000 0x1000>;
308 interrupt-parent = <&intc_dc1176>;
309 interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>, <0 9 IRQ_TYPE_LEVEL_HIGH>;
310 clocks = <&timclk>, <&timclk>, <&pclk>;
311 clock-names = "timer1", "timer2", "apb_pclk";
314 timer23: timer@10105000 {
315 compatible = "arm,sp804", "arm,primecell";
316 reg = <0x10105000 0x1000>;
317 interrupt-parent = <&intc_dc1176>;
318 interrupts = <0 10 IRQ_TYPE_LEVEL_HIGH>;
319 arm,sp804-has-irq = <1>;
320 clocks = <&timclk>, <&timclk>, <&pclk>;
321 clock-names = "timer1", "timer2", "apb_pclk";
324 pb1176_rtc: rtc@10108000 {
325 compatible = "arm,pl031", "arm,primecell";
326 reg = <0x10108000 0x1000>;
327 interrupt-parent = <&intc_dc1176>;
328 interrupts = <0 14 IRQ_TYPE_LEVEL_HIGH>;
330 clock-names = "apb_pclk";
333 pb1176_gpio0: gpio@1010a000 {
334 compatible = "arm,pl061", "arm,primecell";
335 reg = <0x1010a000 0x1000>;
337 interrupt-parent = <&intc_dc1176>;
338 interrupts = <0 16 IRQ_TYPE_LEVEL_HIGH>;
340 interrupt-controller;
341 #interrupt-cells = <2>;
343 clock-names = "apb_pclk";
346 pb1176_ssp: ssp@1010b000 {
347 compatible = "arm,pl022", "arm,primecell";
348 reg = <0x1010b000 0x1000>;
349 interrupt-parent = <&intc_dc1176>;
350 interrupts = <0 17 IRQ_TYPE_LEVEL_HIGH>;
351 clocks = <&sspclk>, <&pclk>;
352 clock-names = "SSPCLK", "apb_pclk";
355 pb1176_serial0: serial@1010c000 {
356 compatible = "arm,pl011", "arm,primecell";
357 reg = <0x1010c000 0x1000>;
358 interrupt-parent = <&intc_dc1176>;
359 interrupts = <0 18 IRQ_TYPE_LEVEL_HIGH>;
360 clocks = <&uartclk>, <&pclk>;
361 clock-names = "uartclk", "apb_pclk";
364 pb1176_serial1: serial@1010d000 {
365 compatible = "arm,pl011", "arm,primecell";
366 reg = <0x1010d000 0x1000>;
367 interrupt-parent = <&intc_dc1176>;
368 interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>;
369 clocks = <&uartclk>, <&pclk>;
370 clock-names = "uartclk", "apb_pclk";
373 pb1176_serial2: serial@1010e000 {
374 compatible = "arm,pl011", "arm,primecell";
375 reg = <0x1010e000 0x1000>;
376 interrupt-parent = <&intc_dc1176>;
377 interrupts = <0 20 IRQ_TYPE_LEVEL_HIGH>;
378 clocks = <&uartclk>, <&pclk>;
379 clock-names = "uartclk", "apb_pclk";
382 pb1176_serial3: serial@1010f000 {
383 compatible = "arm,pl011", "arm,primecell";
384 reg = <0x1010f000 0x1000>;
385 interrupt-parent = <&intc_dc1176>;
386 interrupts = <0 21 IRQ_TYPE_LEVEL_HIGH>;
387 clocks = <&uartclk>, <&pclk>;
388 clock-names = "uartclk", "apb_pclk";
391 /* Direct-mapped development chip ROM */
392 pb1176_rom@10200000 {
393 compatible = "direct-mapped";
394 reg = <0x10200000 0x4000>;
399 compatible = "arm,pl111", "arm,primecell";
400 reg = <0x10112000 0x1000>;
401 interrupt-parent = <&intc_dc1176>;
402 interrupt-names = "combined";
403 interrupts = <0 47 IRQ_TYPE_LEVEL_HIGH>;
404 clocks = <&oscclk0>, <&pclk>;
405 clock-names = "clcdclk", "apb_pclk";
408 clcd_pads: endpoint {
409 remote-endpoint = <&clcd_panel>;
410 arm,pl11x,tft-r0g0b0-pads = <0 8 16>;
415 compatible = "panel-dpi";
418 clcd_panel: endpoint {
419 remote-endpoint = <&clcd_pads>;
423 /* Standard 640x480 VGA timings */
425 clock-frequency = <25175000>;
439 /* These peripherals are inside the FPGA rather than the DevChip */
441 #address-cells = <1>;
443 compatible = "simple-bus";
447 #address-cells = <1>;
449 compatible = "arm,versatile-i2c";
450 reg = <0x10002000 0x1000>;
453 compatible = "dallas,ds1338";
458 fpga_aaci: aaci@10004000 {
459 compatible = "arm,pl041", "arm,primecell";
460 reg = <0x10004000 0x1000>;
461 interrupt-parent = <&intc_fpga1176>;
462 interrupts = <0 19 IRQ_TYPE_LEVEL_HIGH>;
464 clock-names = "apb_pclk";
467 fpga_mci: mmcsd@10005000 {
468 compatible = "arm,pl18x", "arm,primecell";
469 reg = <0x10005000 0x1000>;
470 interrupt-parent = <&intc_fpga1176>;
471 interrupts = <0 1 IRQ_TYPE_LEVEL_HIGH>,
472 <0 2 IRQ_TYPE_LEVEL_HIGH>;
473 /* Due to frequent FIFO overruns, use just 500 kHz */
474 max-frequency = <500000>;
478 clocks = <&mclk>, <&pclk>;
479 clock-names = "mclk", "apb_pclk";
480 vmmc-supply = <&vmmc>;
481 cd-gpios = <&fpga_gpio1 0 GPIO_ACTIVE_LOW>;
482 wp-gpios = <&fpga_gpio1 1 GPIO_ACTIVE_HIGH>;
485 fpga_kmi0: kmi@10006000 {
486 compatible = "arm,pl050", "arm,primecell";
487 reg = <0x10006000 0x1000>;
488 interrupt-parent = <&intc_fpga1176>;
489 interrupts = <0 3 IRQ_TYPE_LEVEL_HIGH>;
490 clocks = <&kmiclk>, <&pclk>;
491 clock-names = "KMIREFCLK", "apb_pclk";
494 fpga_kmi1: kmi@10007000 {
495 compatible = "arm,pl050", "arm,primecell";
496 reg = <0x10007000 0x1000>;
497 interrupt-parent = <&intc_fpga1176>;
498 interrupts = <0 4 IRQ_TYPE_LEVEL_HIGH>;
499 clocks = <&kmiclk>, <&pclk>;
500 clock-names = "KMIREFCLK", "apb_pclk";
503 fpga_charlcd: charlcd@10008000 {
504 compatible = "arm,versatile-lcd";
505 reg = <0x10008000 0x1000>;
506 interrupt-parent = <&intc_fpga1176>;
507 interrupts = <0 7 IRQ_TYPE_LEVEL_HIGH>;
509 clock-names = "apb_pclk";
512 fpga_serial: serial@10009000 {
513 compatible = "arm,pl011", "arm,primecell";
514 reg = <0x10009000 0x1000>;
515 interrupt-parent = <&intc_fpga1176>;
516 interrupts = <0 6 IRQ_TYPE_LEVEL_HIGH>;
517 clocks = <&uartclk>, <&pclk>;
518 clock-names = "uartclk", "apb_pclk";
521 /* This GIC on the board is cascaded off the DevChip GIC */
522 intc_fpga1176: interrupt-controller@10040000 {
523 compatible = "arm,arm1176jzf-devchip-gic", "arm,arm11mp-gic";
524 #interrupt-cells = <3>;
525 #address-cells = <1>;
526 interrupt-controller;
527 reg = <0x10041000 0x1000>,
529 interrupt-parent = <&intc_dc1176>;
530 interrupts = <0 31 IRQ_TYPE_LEVEL_HIGH>;
533 fpga_gpio0: gpio@10014000 {
534 compatible = "arm,pl061", "arm,primecell";
535 reg = <0x10014000 0x1000>;
537 interrupt-parent = <&intc_fpga1176>;
538 interrupts = <0 8 IRQ_TYPE_LEVEL_HIGH>;
540 interrupt-controller;
541 #interrupt-cells = <2>;
543 clock-names = "apb_pclk";
546 fpga_gpio1: gpio@10015000 {
547 compatible = "arm,pl061", "arm,primecell";
548 reg = <0x10015000 0x1000>;
550 interrupt-parent = <&intc_fpga1176>;
551 interrupts = <0 9 IRQ_TYPE_LEVEL_HIGH>;
553 interrupt-controller;
554 #interrupt-cells = <2>;
556 clock-names = "apb_pclk";
559 fpga_rtc: rtc@10017000 {
560 compatible = "arm,pl031", "arm,primecell";
561 reg = <0x10017000 0x1000>;
562 interrupt-parent = <&intc_fpga1176>;
563 interrupts = <0 25 IRQ_TYPE_LEVEL_HIGH>;
565 clock-names = "apb_pclk";