1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright(c) 2015 EZchip Technologies.
9 compatible = "ezchip,arc-nps";
12 interrupt-parent = <&intc>;
13 present-cpus = "0-1,16-17";
14 possible-cpus = "0-4095";
21 bootargs = "earlycon=uart8250,mmio32be,0xf7209000,115200n8 console=ttyS0,115200n8";
25 device_type = "memory";
26 reg = <0x80000000 0x20000000>; /* 512M */
31 compatible = "fixed-clock";
33 clock-frequency = <83333333>;
38 compatible = "simple-bus";
42 /* child and parent address space 1:1 mapped */
45 intc: interrupt-controller {
46 compatible = "ezchip,nps400-ic";
48 #interrupt-cells = <1>;
51 timer0: timer_clkevt {
52 compatible = "snps,arc-timer";
57 timer1: timer_clksrc {
58 compatible = "ezchip,nps400-timer";
64 compatible = "snps,dw-apb-uart";
65 device_type = "serial";
66 reg = <0xf7209000 0x100>;
69 clock-names="baudclk";
76 gmac0: ethernet@f7470000 {
77 compatible = "ezchip,nps-mgt-enet";
78 reg = <0xf7470000 0x1940>;
80 /* Filled in by U-Boot */
81 mac-address = [ 00 C0 00 F0 04 03 ];