Merge branches 'pm-epoll', 'pnp' and 'powercap'
[deliverable/linux.git] / Documentation / devicetree / bindings / timer / stericsson-u300-apptimer.txt
1 ST-Ericsson U300 apptimer
2
3 Required properties:
4
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.
11
12 Example:
13
14 timer {
15 compatible = "stericsson,u300-apptimer";
16 reg = <0xc0014000 0x1000>;
17 interrupts = <24 25 26 27>;
18 };
This page took 0.040595 seconds and 5 git commands to generate.