stericsson-u300-apptimer.txt 542 B

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