1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2014, 2015 Synopsys, Inc. (www.synopsys.com)
7 * Device tree for AXC003 CPU card:
8 * HS38x2 (Dual Core) with IDU intc (VDK version)
11 /include/ "skeleton_hs_idu.dtsi"
14 compatible = "snps,arc";
19 compatible = "simple-bus";
23 ranges = <0x00000000 0xf0000000 0x10000000>;
27 compatible = "fixed-clock";
28 clock-frequency = <50000000>;
31 core_intc: archs-intc@cpu {
32 compatible = "snps,archs-intc";
34 #interrupt-cells = <1>;
37 idu_intc: idu-interrupt-controller {
38 compatible = "snps,archs-idu-intc";
40 interrupt-parent = <&core_intc>;
41 #interrupt-cells = <1>;
44 debug_uart: dw-apb-uart@5000 {
45 compatible = "snps,dw-apb-uart";
47 clock-frequency = <2403200>;
48 interrupt-parent = <&idu_intc>;
57 mb_intc: dw-apb-ictl@e0012000 {
58 #interrupt-cells = <1>;
59 compatible = "snps,dw-apb-ictl";
60 reg = < 0xe0012000 0x200 >;
62 interrupt-parent = <&idu_intc>;
69 ranges = <0x00000000 0x80000000 0x40000000>;
70 device_type = "memory";
71 reg = <0x80000000 0x20000000>; /* 512MiB */