digicolor-timer.txt 483 B

123456789101112131415161718
  1. Conexant Digicolor SoCs Timer Controller
  2. Required properties:
  3. - compatible : should be "cnxt,cx92755-timer"
  4. - reg : Specifies base physical address and size of the "Agent Communication"
  5. timer registers
  6. - interrupts : Contains 8 interrupts, one for each timer
  7. - clocks: phandle to the main clock
  8. Example:
  9. timer@f0000fc0 {
  10. compatible = "cnxt,cx92755-timer";
  11. reg = <0xf0000fc0 0x40>;
  12. interrupts = <19>, <31>, <34>, <35>, <52>, <53>, <54>, <55>;
  13. clocks = <&main_clk>;
  14. };