summaryrefslogtreecommitdiffstats
path: root/dts/src/arc/skeleton.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arc/skeleton.dtsi')
-rw-r--r--dts/src/arc/skeleton.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/src/arc/skeleton.dtsi b/dts/src/arc/skeleton.dtsi
index 296d371a33..3a10cc633e 100644
--- a/dts/src/arc/skeleton.dtsi
+++ b/dts/src/arc/skeleton.dtsi
@@ -30,6 +30,20 @@
};
};
+ /* TIMER0 with interrupt for clockevent */
+ timer0 {
+ compatible = "snps,arc-timer";
+ interrupts = <3>;
+ interrupt-parent = <&core_intc>;
+ clocks = <&core_clk>;
+ };
+
+ /* TIMER1 for free running clocksource */
+ timer1 {
+ compatible = "snps,arc-timer";
+ clocks = <&core_clk>;
+ };
+
memory {
device_type = "memory";
reg = <0x80000000 0x10000000>; /* 256M */