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";
16 interrupt-parent = <&core_intc>;
19 device_type = "memory";
20 /* CONFIG_LINUX_LINK_BASE needs to match low mem start */
21 reg = <0x0 0x80000000 0x0 0x20000000 /* 512 MB low mem */
22 0x1 0x00000000 0x0 0x40000000>; /* 1 GB highmem */
26 bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8";
34 compatible = "simple-bus";
38 /* only perip space at end of low mem accessible
39 bus addr, parent bus addr, size */
40 ranges = <0x80000000 0x0 0x80000000 0x80000000>;
42 core_intc: core-interrupt-controller {
43 compatible = "snps,archs-intc";
45 #interrupt-cells = <1>;
48 arcuart0: serial@c0fc1000 {
49 compatible = "snps,arc-uart";
50 reg = <0xc0fc1000 0x100>;
52 clock-frequency = <80000000>;
53 current-speed = <115200>;
58 compatible = "snps,archs-pct";
59 #interrupt-cells = <1>;