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
14 /include/ "skeleton.dtsi"
17 compatible = "snps,arc";
22 compatible = "simple-bus";
26 ranges = <0x00000000 0x0 0xf0000000 0x10000000>;
30 compatible = "fixed-clock";
31 clock-frequency = <750000000>;
34 core_intc: arc700-intc@cpu {
35 compatible = "snps,arc700-intc";
37 #interrupt-cells = <1>;
41 * this GPIO block ORs all interrupts on CPU card (creg,..)
42 * to uplink only 1 IRQ to ARC core intc
45 compatible = "snps,dw-apb-gpio";
46 reg = < 0x2000 0x80 >;
50 ictl_intc: gpio-controller@0 {
51 compatible = "snps,dw-apb-gpio-port";
57 #interrupt-cells = <2>;
58 interrupt-parent = <&core_intc>;
63 debug_uart: dw-apb-uart@0x5000 {
64 compatible = "snps,dw-apb-uart";
66 clock-frequency = <33333000>;
67 interrupt-parent = <&ictl_intc>;
75 compatible = "snps,arc700-pct";
80 * This INTC is actually connected to DW APB GPIO
81 * which acts as a wire between MB INTC and CPU INTC.
82 * GPIO INTC is configured in platform init code
83 * and here we mimic direct connection from MB INTC to
84 * CPU INTC, thus we set "interrupts = <7>" instead of
87 * This intc actually resides on MB, but we move it here to
88 * avoid duplicating the MB dtsi file given that IRQ from
89 * this intc to cpu intc are different for axs101 and axs103
91 mb_intc: dw-apb-ictl@0xe0012000 {
92 #interrupt-cells = <1>;
93 compatible = "snps,dw-apb-ictl";
94 reg = < 0x0 0xe0012000 0x0 0x200 >;
96 interrupt-parent = <&core_intc>;
101 device_type = "memory";
102 /* CONFIG_LINUX_RAM_BASE needs to match low mem start */
103 reg = <0x0 0x80000000 0x0 0x1b000000>; /* (512 - 32) MiB */
107 #address-cells = <2>;
111 * We just move frame buffer area to the very end of
112 * available DDR. And even though in case of ARC770 there's
113 * no strict requirement for a frame-buffer to be in any
114 * particular location it allows us to use the same
115 * base board's DT node for ARC PGU as for ARc HS38.
117 frame_buffer: frame_buffer@9e000000 {
118 compatible = "shared-dma-pool";
119 reg = <0x0 0x9e000000 0x0 0x2000000>;