ARC: [dts] Introduce Timer bindings
[cascardo/linux.git] / arch / arc / boot / dts / skeleton_hs_idu.dtsi
index 74898d0..d1cb25a 100644 (file)
                };
        };
 
+       /* TIMER0 with interrupt for clockevent */
+       timer0 {
+               compatible = "snps,arc-timer";
+               interrupts = <16>;
+               interrupt-parent = <&core_intc>;
+               clocks = <&core_clk>;
+       };
+
+       /* 64-bit Global Free Running Counter */
+       gfrc {
+               compatible = "snps,archs-timer-gfrc";
+               clocks = <&core_clk>;
+       };
+
        memory {
                device_type = "memory";
                reg = <0x80000000 0x10000000>;  /* 256M */