2 * Copyright (C) 2013-15 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 AXC001 770D/EM6/AS221 CPU card
11 * Note that this file only supports the 770D CPU
15 compatible = "snps,arc";
16 clock-frequency = <750000000>; /* 750 MHZ */
21 compatible = "simple-bus";
25 ranges = <0x00000000 0xf0000000 0x10000000>;
27 cpu_intc: arc700-intc@cpu {
28 compatible = "snps,arc700-intc";
30 #interrupt-cells = <1>;
34 * this GPIO block ORs all interrupts on CPU card (creg,..)
35 * to uplink only 1 IRQ to ARC core intc
38 compatible = "snps,dw-apb-gpio";
39 reg = < 0x2000 0x80 >;
43 ictl_intc: gpio-controller@0 {
44 compatible = "snps,dw-apb-gpio-port";
50 #interrupt-cells = <2>;
51 interrupt-parent = <&cpu_intc>;
56 debug_uart: dw-apb-uart@0x5000 {
57 compatible = "snps,dw-apb-uart";
59 clock-frequency = <33333000>;
60 interrupt-parent = <&ictl_intc>;
68 compatible = "snps,arc700-pct";
73 * This INTC is actually connected to DW APB GPIO
74 * which acts as a wire between MB INTC and CPU INTC.
75 * GPIO INTC is configured in platform init code
76 * and here we mimic direct connection from MB INTC to
77 * CPU INTC, thus we set "interrupts = <7>" instead of
80 * This intc actually resides on MB, but we move it here to
81 * avoid duplicating the MB dtsi file given that IRQ from
82 * this intc to cpu intc are different for axs101 and axs103
84 mb_intc: dw-apb-ictl@0xe0012000 {
85 #interrupt-cells = <1>;
86 compatible = "snps,dw-apb-ictl";
87 reg = < 0xe0012000 0x200 >;
89 interrupt-parent = <&cpu_intc>;
96 ranges = <0x00000000 0x80000000 0x40000000>;
97 device_type = "memory";
98 reg = <0x80000000 0x20000000>; /* 512MiB */