Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / timer / stericsson-u300-apptimer.txt
blob9499bc8ee9e33283561ddb1dcb0d8f2497346a94
1 ST-Ericsson U300 apptimer
3 Required properties:
5 - compatible : should be "stericsson,u300-apptimer"
6 - reg : Specifies base physical address and size of the registers.
7 - interrupts : A list of 4 interrupts; one for each subtimer. These
8   are, in order: OS (operating system), DD (device driver) both
9   adopted for EPOC/Symbian with two specific IRQs for these tasks,
10   then GP1 and GP2, which are general-purpose timers.
12 Example:
14 timer {
15         compatible = "stericsson,u300-apptimer";
16         reg = <0xc0014000 0x1000>;
17         interrupts = <24 25 26 27>;