xref: /freebsd/sys/contrib/device-tree/Bindings/watchdog/twl4030-wdt.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotDevice tree bindings for twl4030-wdt driver (TWL4030 watchdog)
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot	compatible = "ti,twl4030-wdt";
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel VadotExample:
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel Vadotwatchdog {
9*c66ec88fSEmmanuel Vadot	compatible = "ti,twl4030-wdt";
10*c66ec88fSEmmanuel Vadot};
11