blob: ce0ccd20b5bfc821b1e2c96d043b6a6e85c7ada8 [file] [log] [blame]
Vineet Guptaabe11dd2013-01-18 15:12:21 +05301/*
2 * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com)
3 *
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.
7 */
8/dts-v1/;
9
10/include/ "skeleton.dtsi"
11
12/ {
Alexey Brodkin618a9cd2016-08-16 07:26:31 +030013 model = "snps,nsim";
Vineet Guptafd155792015-02-20 19:12:18 +053014 compatible = "snps,nsim";
Vineet Guptaabe11dd2013-01-18 15:12:21 +053015 #address-cells = <1>;
16 #size-cells = <1>;
Vineet Gupta9ba76482016-01-28 09:57:12 +053017 interrupt-parent = <&core_intc>;
Vineet Guptaabe11dd2013-01-18 15:12:21 +053018
19 chosen {
Greg Kroah-Hartman22524b02014-07-27 23:07:11 -070020 bootargs = "earlycon=arc_uart,mmio32,0xc0fc1000,115200n8 console=ttyARC0,115200n8";
Vineet Guptaabe11dd2013-01-18 15:12:21 +053021 };
22
23 aliases {
24 serial0 = &arcuart0;
25 };
26
Vineet Guptaabe11dd2013-01-18 15:12:21 +053027 fpga {
28 compatible = "simple-bus";
29 #address-cells = <1>;
30 #size-cells = <1>;
31
32 /* child and parent address space 1:1 mapped */
33 ranges;
34
Vineet Guptab3d6aba2016-01-01 18:48:40 +053035 core_clk: core_clk {
36 #clock-cells = <0>;
37 compatible = "fixed-clock";
38 clock-frequency = <80000000>;
39 };
40
Vineet Gupta9ba76482016-01-28 09:57:12 +053041 core_intc: interrupt-controller {
Vineet Guptaabe11dd2013-01-18 15:12:21 +053042 compatible = "snps,arc700-intc";
43 interrupt-controller;
44 #interrupt-cells = <1>;
45 };
46
47 arcuart0: serial@c0fc1000 {
48 compatible = "snps,arc-uart";
49 reg = <0xc0fc1000 0x100>;
50 interrupts = <5>;
51 clock-frequency = <80000000>;
Vineet Guptafc327812013-02-11 15:02:08 +053052 current-speed = <115200>;
Vineet Guptaabe11dd2013-01-18 15:12:21 +053053 status = "okay";
54 };
Alexey Brodkind0e63ed2013-06-26 14:02:18 +040055
56 ethernet@c0fc2000 {
57 compatible = "snps,arc-emac";
58 reg = <0xc0fc2000 0x3c>;
59 interrupts = <6>;
60 mac-address = [ 00 11 22 33 44 55 ];
61 clock-frequency = <80000000>;
62 max-speed = <100>;
63 phy = <&phy0>;
64
65 #address-cells = <1>;
66 #size-cells = <0>;
67 phy0: ethernet-phy@0 {
68 reg = <1>;
69 };
70 };
Mischa Jonker0dd450f2013-11-07 14:55:11 +010071
72 arcpmu0: pmu {
Vineet Gupta30fdd372015-04-15 16:35:38 +053073 compatible = "snps,arc700-pct";
Mischa Jonker0dd450f2013-11-07 14:55:11 +010074 };
Vineet Guptaabe11dd2013-01-18 15:12:21 +053075 };
76};