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)
14 /include/ "skeleton_hs_idu.dtsi"
17 compatible = "snps,arc";
22 compatible = "simple-bus";
26 ranges = <0x00000000 0xf0000000 0x10000000>;
30 compatible = "fixed-clock";
31 clock-frequency = <50000000>;
34 core_intc: archs-intc@cpu {
35 compatible = "snps,archs-intc";
37 #interrupt-cells = <1>;
40 idu_intc: idu-interrupt-controller {
41 compatible = "snps,archs-idu-intc";
43 interrupt-parent = <&core_intc>;
44 #interrupt-cells = <1>;
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 = <0x80000000 0x20000000>; /* 512MiB */