2 * Copyright(c) 2015 EZchip Technologies.
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License,
6 * version 2, as published by the Free Software Foundation.
8 * This program is distributed in the hope it will be useful, but WITHOUT
9 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * The full GNU General Public License is included in this distribution in
14 * the file called "COPYING".
20 compatible = "ezchip,arc-nps";
23 interrupt-parent = <&intc>;
24 present-cpus = "0-1,16-17";
25 possible-cpus = "0-4095";
32 bootargs = "earlycon=uart8250,mmio32be,0xf7209000,115200n8 console=ttyS0,115200n8";
36 device_type = "memory";
37 reg = <0x80000000 0x20000000>; /* 512M */
42 compatible = "fixed-clock";
44 clock-frequency = <83333333>;
49 compatible = "simple-bus";
53 /* child and parent address space 1:1 mapped */
56 intc: interrupt-controller {
57 compatible = "ezchip,nps400-ic";
59 #interrupt-cells = <1>;
62 timer0: timer_clkevt {
63 compatible = "snps,arc-timer";
68 timer1: timer_clksrc {
69 compatible = "ezchip,nps400-timer";
75 compatible = "snps,dw-apb-uart";
76 device_type = "serial";
77 reg = <0xf7209000 0x100>;
80 clock-names="baudclk";
87 gmac0: ethernet@f7470000 {
88 compatible = "ezchip,nps-mgt-enet";
89 reg = <0xf7470000 0x1940>;
91 /* Filled in by U-Boot */
92 mac-address = [ 00 C0 00 F0 04 03 ];