2 * Copyright (C) 2014, 2015 Synopsys, Inc. (www.synopsys.com)
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
10 * Device tree for AXC003 CPU card:
11 * HS38x2 (Dual Core) with IDU intc (VDK version)
15 compatible = "snps,arc";
16 clock-frequency = <50000000>;
21 compatible = "simple-bus";
25 ranges = <0x00000000 0xf0000000 0x10000000>;
27 cpu_intc: archs-intc@cpu {
28 compatible = "snps,archs-intc";
30 #interrupt-cells = <1>;
33 idu_intc: idu-interrupt-controller {
34 compatible = "snps,archs-idu-intc";
36 interrupt-parent = <&cpu_intc>;
39 * <hwirq distribution>
40 * distribution: 0=RR; 1=cpu0, 2=cpu1, 4=cpu2, 8=cpu3
42 #interrupt-cells = <2>;
44 interrupts = <24 25 26 27>;
47 debug_uart: dw-apb-uart@0x5000 {
48 compatible = "snps,dw-apb-uart";
50 clock-frequency = <2403200>;
51 interrupt-parent = <&idu_intc>;
60 mb_intc: dw-apb-ictl@0xe0012000 {
61 #interrupt-cells = <1>;
62 compatible = "snps,dw-apb-ictl";
63 reg = < 0xe0012000 0x200 >;
65 interrupt-parent = <&idu_intc>;
72 ranges = <0x00000000 0x80000000 0x40000000>;
73 device_type = "memory";
74 reg = <0x00000000 0x20000000>; /* 512MiB */