]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/arc/boot/dts/abilis_tb10x.dtsi
Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma
[mirror_ubuntu-artful-kernel.git] / arch / arc / boot / dts / abilis_tb10x.dtsi
index 2f53bedb0cdee4b2aae2b5e9cf2cf00027c7deef..de53f5c3251cd8cec8e637136bf2f269c46242d5 100644 (file)
                };
        };
 
+       /* TIMER0 with interrupt for clockevent */
+       timer0 {
+               compatible = "snps,arc-timer";
+               interrupts = <3>;
+               interrupt-parent = <&intc>;
+               clocks = <&cpu_clk>;
+       };
+
+       /* TIMER1 for free running clocksource */
+       timer1 {
+               compatible = "snps,arc-timer";
+               clocks = <&cpu_clk>;
+       };
+
        soc100 {
                #address-cells  = <1>;
                #size-cells     = <1>;