xref: /freebsd/sys/contrib/device-tree/Bindings/watchdog/mt7621-wdt.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotRalink Watchdog Timers
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible: must be "mediatek,mt7621-wdt"
5*c66ec88fSEmmanuel Vadot- reg: physical base address of the controller and length of the register range
6*c66ec88fSEmmanuel Vadot
7*c66ec88fSEmmanuel VadotExample:
8*c66ec88fSEmmanuel Vadot
9*c66ec88fSEmmanuel Vadot	watchdog@100 {
10*c66ec88fSEmmanuel Vadot		compatible = "mediatek,mt7621-wdt";
11*c66ec88fSEmmanuel Vadot		reg = <0x100 0x10>;
12*c66ec88fSEmmanuel Vadot	};
13