WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / timer / ti,c64x+timer64.txt
blobd96c1e283e736c96c778b837efa5d80ee89991f3
1 Timer64
2 -------
4 The timer64 node describes C6X event timers.
6 Required properties:
8 - compatible: must be "ti,c64x+timer64"
9 - reg: base address and size of register region
10 - interrupts: interrupt id
12 Optional properties:
14 - ti,dscr-dev-enable: Device ID used to enable timer IP through DSCR interface.
16 - ti,core-mask: on multi-core SoCs, bitmask of cores allowed to use this timer.
18 Example:
19         timer0: timer@25e0000 {
20                 compatible = "ti,c64x+timer64";
21                 ti,core-mask = < 0x01 >;
22                 reg = <0x25e0000 0x40>;
23                 interrupt-parent = <&megamod_pic>;
24                 interrupts = < 16 >;
25         };