nuvoton,npcm7xx-timer.txt 648 B

123456789101112131415161718192021
  1. Nuvoton NPCM7xx timer
  2. Nuvoton NPCM7xx have three timer modules, each timer module provides five 24-bit
  3. timer counters.
  4. Required properties:
  5. - compatible : "nuvoton,npcm750-timer" for Poleg NPCM750.
  6. - reg : Offset and length of the register set for the device.
  7. - interrupts : Contain the timer interrupt with flags for
  8. falling edge.
  9. - clocks : phandle of timer reference clock (usually a 25 MHz clock).
  10. Example:
  11. timer@f0008000 {
  12. compatible = "nuvoton,npcm750-timer";
  13. interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
  14. reg = <0xf0008000 0x50>;
  15. clocks = <&clk NPCM7XX_CLK_TIMER>;
  16. };