1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com)
7 /include/ "skeleton.dtsi"
11 compatible = "snps,nsim";
14 interrupt-parent = <&core_intc>;
17 bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=ttyS0,115200n8 print-fatal-signals=1";
25 compatible = "simple-bus";
29 /* child and parent address space 1:1 mapped */
34 compatible = "fixed-clock";
35 clock-frequency = <80000000>;
38 core_intc: interrupt-controller {
39 compatible = "snps,arc700-intc";
41 #interrupt-cells = <1>;
44 uart0: serial@f0000000 {
45 compatible = "ns16550a";
46 reg = <0xf0000000 0x2000>;
48 clock-frequency = <50000000>;
52 no-loopback-test = <1>;
56 compatible = "snps,arc700-pct";