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"
13 compatible = "snps,arc-angel4";
14 clock-frequency = <80000000>; /* 80 MHZ */
17 interrupt-parent = <&intc>;
20 bootargs = "console=ttyARC0,115200n8 earlyprintk=ttyARC0";
28 device_type = "memory";
29 reg = <0x00000000 0x10000000>; /* 256M */
33 compatible = "simple-bus";
37 /* child and parent address space 1:1 mapped */
40 intc: interrupt-controller {
41 compatible = "snps,arc700-intc";
43 #interrupt-cells = <1>;
46 arcuart0: serial@c0fc1000 {
47 compatible = "snps,arc-uart";
48 reg = <0xc0fc1000 0x100>;
50 clock-frequency = <80000000>;
51 current-speed = <115200>;
56 compatible = "snps,arc-emac";
57 reg = <0xc0fc2000 0x3c>;
59 mac-address = [ 00 11 22 33 44 55 ];
60 clock-frequency = <80000000>;
66 phy0: ethernet-phy@0 {
72 compatible = "snps,arc700-pmu";