2 * Copyright (C) 2014-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 /include/ "skeleton_hs_idu.dtsi"
13 model = "snps,nsim_hs-smp";
14 compatible = "snps,nsim_hs";
15 interrupt-parent = <&core_intc>;
18 bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8 print-fatal-signals=1";
26 compatible = "simple-bus";
30 /* child and parent address space 1:1 mapped */
35 compatible = "fixed-clock";
36 clock-frequency = <80000000>;
39 core_intc: core-interrupt-controller {
40 compatible = "snps,archs-intc";
42 #interrupt-cells = <1>;
45 idu_intc: idu-interrupt-controller {
46 compatible = "snps,archs-idu-intc";
48 interrupt-parent = <&core_intc>;
49 #interrupt-cells = <1>;
52 arcuart0: serial@c0fc1000 {
53 compatible = "snps,arc-uart";
54 reg = <0xc0fc1000 0x100>;
55 interrupt-parent = <&idu_intc>;
57 clock-frequency = <80000000>;
58 current-speed = <115200>;
63 compatible = "snps,archs-pct";
64 #interrupt-cells = <1>;