blob: 5052917d4a99490ea77d2e18cc03b97ce3722f3a [file] [log] [blame]
Vineet Guptaa12ebe12015-03-09 14:30:19 +05301/*
2 * Copyright (C) 2014-15 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
Vineet Gupta2e8cd932016-01-19 16:00:42 +053010/include/ "skeleton_hs_idu.dtsi"
Vineet Guptaa12ebe12015-03-09 14:30:19 +053011
12/ {
Alexey Brodkin618a9cd2016-08-16 07:26:31 +030013 model = "snps,nsimosci_hs-smp";
Vineet Guptaa12ebe12015-03-09 14:30:19 +053014 compatible = "snps,nsimosci_hs";
Vineet Guptaa12ebe12015-03-09 14:30:19 +053015 #address-cells = <1>;
16 #size-cells = <1>;
17 interrupt-parent = <&core_intc>;
18
19 chosen {
20 /* this is for console on serial */
Alexey Brodkin830c6572016-06-06 10:56:53 +030021 bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblan=0 debug video=640x480-24";
Vineet Guptaa12ebe12015-03-09 14:30:19 +053022 };
23
24 aliases {
25 serial0 = &uart0;
26 };
27
28 fpga {
29 compatible = "simple-bus";
30 #address-cells = <1>;
31 #size-cells = <1>;
32
33 /* child and parent address space 1:1 mapped */
34 ranges;
35
Vineet Guptab3d6aba2016-01-01 18:48:40 +053036 core_clk: core_clk {
37 #clock-cells = <0>;
38 compatible = "fixed-clock";
39 clock-frequency = <5000000>;
40 };
41
Vineet Guptaa12ebe12015-03-09 14:30:19 +053042 core_intc: core-interrupt-controller {
43 compatible = "snps,archs-intc";
44 interrupt-controller;
45 #interrupt-cells = <1>;
Vineet Guptaa12ebe12015-03-09 14:30:19 +053046 };
47
48 idu_intc: idu-interrupt-controller {
49 compatible = "snps,archs-idu-intc";
50 interrupt-controller;
51 interrupt-parent = <&core_intc>;
Yuriy Kolerovec69b262017-02-02 03:13:32 +030052 #interrupt-cells = <1>;
Vineet Guptaa12ebe12015-03-09 14:30:19 +053053 };
54
55 uart0: serial@f0000000 {
56 compatible = "ns8250";
57 reg = <0xf0000000 0x2000>;
58 interrupt-parent = <&idu_intc>;
Yuriy Kolerovec69b262017-02-02 03:13:32 +030059 interrupts = <0>;
Vineet Guptaa12ebe12015-03-09 14:30:19 +053060 clock-frequency = <3686400>;
61 baud = <115200>;
62 reg-shift = <2>;
63 reg-io-width = <4>;
64 no-loopback-test = <1>;
65 };
66
Alexey Brodkin830c6572016-06-06 10:56:53 +030067 pguclk: pguclk {
68 #clock-cells = <0>;
69 compatible = "fixed-clock";
70 clock-frequency = <25175000>;
71 };
72
73 pgu@f9000000 {
74 compatible = "snps,arcpgu";
Vineet Guptaa12ebe12015-03-09 14:30:19 +053075 reg = <0xf9000000 0x400>;
Alexey Brodkin830c6572016-06-06 10:56:53 +030076 clocks = <&pguclk>;
77 clock-names = "pxlclk";
Vineet Guptaa12ebe12015-03-09 14:30:19 +053078 };
79
80 ps2: ps2@f9001000 {
81 compatible = "snps,arc_ps2";
82 reg = <0xf9000400 0x14>;
Yuriy Kolerovec69b262017-02-02 03:13:32 +030083 interrupts = <3>;
Vineet Guptaa12ebe12015-03-09 14:30:19 +053084 interrupt-parent = <&idu_intc>;
85 interrupt-names = "arc_ps2_irq";
86 };
87
88 eth0: ethernet@f0003000 {
Lada Trimasovadf420fd2016-03-14 17:11:57 +030089 compatible = "ezchip,nps-mgt-enet";
Vineet Guptaa12ebe12015-03-09 14:30:19 +053090 reg = <0xf0003000 0x44>;
91 interrupt-parent = <&idu_intc>;
Yuriy Kolerovec69b262017-02-02 03:13:32 +030092 interrupts = <1>;
Vineet Guptaa12ebe12015-03-09 14:30:19 +053093 };
94
95 arcpct0: pct {
96 compatible = "snps,archs-pct";
97 #interrupt-cells = <1>;
98 interrupts = <20>;
99 };
100 };
101};