via,vt8500-timer.txt 355 B

12345678910111213141516
  1. VIA/Wondermedia VT8500 Timer
  2. -----------------------------------------------------
  3. Required properties:
  4. - compatible : "via,vt8500-timer"
  5. - reg : Should contain 1 register ranges(address and length)
  6. - interrupts : interrupt for the timer
  7. Example:
  8. timer@d8130100 {
  9. compatible = "via,vt8500-timer";
  10. reg = <0xd8130100 0x28>;
  11. interrupts = <36>;
  12. };