ARC: [dts] Introduce Timer bindings
[cascardo/linux.git] / arch / arc / boot / dts / skeleton.dtsi
index 296d371..3a10cc6 100644 (file)
                };
        };
 
+       /* 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 */