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.dtsi"
13 compatible = "snps,nsim_hs";
14 interrupt-parent = <&core_intc>;
17 bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8";
25 compatible = "simple-bus";
29 /* child and parent address space 1:1 mapped */
32 core_intc: core-interrupt-controller {
33 compatible = "snps,archs-intc";
35 #interrupt-cells = <1>;
38 idu_intc: idu-interrupt-controller {
39 compatible = "snps,archs-idu-intc";
41 interrupt-parent = <&core_intc>;
44 * <hwirq distribution>
45 * distribution: 0=RR; 1=cpu0, 2=cpu1, 4=cpu2, 8=cpu3
47 #interrupt-cells = <2>;
50 * upstream irqs to core intc - downstream these are
53 interrupts = <24 25 26 27 28 29 30 31>;
56 arcuart0: serial@c0fc1000 {
57 compatible = "snps,arc-uart";
58 reg = <0xc0fc1000 0x100>;
59 interrupt-parent = <&idu_intc>;
61 clock-frequency = <80000000>;
62 current-speed = <115200>;
67 compatible = "snps,archs-pct";
68 #interrupt-cells = <1>;