1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2014-15 Synopsys, Inc. (www.synopsys.com)
7 /include/ "skeleton_hs_idu.dtsi"
10 model = "snps,nsimosci_hs-smp";
11 compatible = "snps,nsimosci_hs";
14 interrupt-parent = <&core_intc>;
17 /* this is for console on serial */
18 bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblan=0 debug video=640x480-24 print-fatal-signals=1";
26 compatible = "simple-bus";
30 /* child and parent address space 1:1 mapped */
35 compatible = "fixed-clock";
36 clock-frequency = <5000000>;
39 core_intc: core-interrupt-controller {
40 compatible = "snps,archs-intc";
42 #interrupt-cells = <1>;
45 idu_intc: idu-interrupt-controller {
46 compatible = "snps,archs-idu-intc";
48 interrupt-parent = <&core_intc>;
49 #interrupt-cells = <1>;
52 uart0: serial@f0000000 {
53 compatible = "ns8250";
54 reg = <0xf0000000 0x2000>;
55 interrupt-parent = <&idu_intc>;
57 clock-frequency = <3686400>;
61 no-loopback-test = <1>;
66 compatible = "fixed-clock";
67 clock-frequency = <25175000>;
71 compatible = "snps,arcpgu";
72 reg = <0xf9000000 0x400>;
74 clock-names = "pxlclk";
78 compatible = "snps,arc_ps2";
79 reg = <0xf9000400 0x14>;
81 interrupt-parent = <&idu_intc>;
82 interrupt-names = "arc_ps2_irq";
85 eth0: ethernet@f0003000 {
86 compatible = "ezchip,nps-mgt-enet";
87 reg = <0xf0003000 0x44>;
88 interrupt-parent = <&idu_intc>;
93 compatible = "snps,archs-pct";
94 #interrupt-cells = <1>;