2 * Copyright (C) 2012 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"
14 compatible = "snps,nsim";
17 interrupt-parent = <&core_intc>;
20 bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8 print-fatal-signals=1";
28 compatible = "simple-bus";
32 /* child and parent address space 1:1 mapped */
37 compatible = "fixed-clock";
38 clock-frequency = <80000000>;
41 core_intc: interrupt-controller {
42 compatible = "snps,arc700-intc";
44 #interrupt-cells = <1>;
47 arcuart0: serial@c0fc1000 {
48 compatible = "snps,arc-uart";
49 reg = <0xc0fc1000 0x100>;
51 clock-frequency = <80000000>;
52 current-speed = <115200>;
57 compatible = "snps,arc-emac";
58 reg = <0xc0fc2000 0x3c>;
60 mac-address = [ 00 11 22 33 44 55 ];
61 clock-frequency = <80000000>;
67 phy0: ethernet-phy@0 {
73 compatible = "snps,arc700-pct";