allwinner,sun4i-timer.txt 426 B

1234567891011121314151617
  1. Allwinner A1X SoCs Timer Controller
  2. Required properties:
  3. - compatible : should be "allwinner,sun4i-a10-timer"
  4. - reg : Specifies base physical address and size of the registers.
  5. - interrupts : The interrupt of the first timer
  6. - clocks: phandle to the source clock (usually a 24 MHz fixed clock)
  7. Example:
  8. timer {
  9. compatible = "allwinner,sun4i-a10-timer";
  10. reg = <0x01c20c00 0x400>;
  11. interrupts = <22>;
  12. clocks = <&osc>;
  13. };