mtk-wdt.txt 394 B

123456789101112131415161718
  1. Mediatek SoCs Watchdog timer
  2. Required properties:
  3. - compatible should contain:
  4. * "mediatek,mt2701-wdt" for MT2701 compatible watchdog timers
  5. * "mediatek,mt6589-wdt" for all compatible watchdog timers (MT2701,
  6. MT6589)
  7. - reg : Specifies base physical address and size of the registers.
  8. Example:
  9. wdt: watchdog@010000000 {
  10. compatible = "mediatek,mt6589-wdt";
  11. reg = <0x10000000 0x18>;
  12. };