2 * Copyright (C) 2013 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,nsimosci";
14 clock-frequency = <20000000>; /* 20 MHZ */
17 interrupt-parent = <&intc>;
20 /* this is for console on PGU */
21 /* bootargs = "console=tty0 consoleblank=0"; */
22 /* this is for console on serial */
23 bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblank=0 debug";
31 compatible = "simple-bus";
35 /* child and parent address space 1:1 mapped */
38 intc: interrupt-controller {
39 compatible = "snps,arc700-intc";
41 #interrupt-cells = <1>;
44 uart0: serial@f0000000 {
45 compatible = "ns8250";
46 reg = <0xf0000000 0x2000>;
48 clock-frequency = <3686400>;
52 no-loopback-test = <1>;
56 compatible = "snps,arcpgufb";
57 reg = <0xf9000000 0x400>;
61 compatible = "snps,arc_ps2";
62 reg = <0xf9000400 0x14>;
64 interrupt-names = "arc_ps2_irq";
67 eth0: ethernet@f0003000 {
68 compatible = "snps,oscilan";
69 reg = <0xf0003000 0x44>;
70 interrupts = <7>, <8>;
71 interrupt-names = "rx", "tx";