summaryrefslogtreecommitdiffstats
path: root/dts/src/arc/nsimosci.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arc/nsimosci.dts')
-rw-r--r--dts/src/arc/nsimosci.dts10
1 files changed, 8 insertions, 2 deletions
diff --git a/dts/src/arc/nsimosci.dts b/dts/src/arc/nsimosci.dts
index d94b4ce516..b5b060adce 100644
--- a/dts/src/arc/nsimosci.dts
+++ b/dts/src/arc/nsimosci.dts
@@ -14,7 +14,7 @@
clock-frequency = <20000000>; /* 20 MHZ */
#address-cells = <1>;
#size-cells = <1>;
- interrupt-parent = <&intc>;
+ interrupt-parent = <&core_intc>;
chosen {
/* this is for console on PGU */
@@ -35,7 +35,13 @@
/* child and parent address space 1:1 mapped */
ranges;
- intc: interrupt-controller {
+ core_clk: core_clk {
+ #clock-cells = <0>;
+ compatible = "fixed-clock";
+ clock-frequency = <20000000>;
+ };
+
+ core_intc: interrupt-controller {
compatible = "snps,arc700-intc";
interrupt-controller;
#interrupt-cells = <1>;