1*c66ec88fSEmmanuel VadotSigma Designs SMP86xx/SMP87xx watchdog 2*c66ec88fSEmmanuel Vadot 3*c66ec88fSEmmanuel VadotRequired properties: 4*c66ec88fSEmmanuel Vadot- compatible: Should be "sigma,smp8642-wdt" 5*c66ec88fSEmmanuel Vadot- reg: Specifies the physical address region 6*c66ec88fSEmmanuel Vadot- clocks: Should be a phandle to the clock 7*c66ec88fSEmmanuel Vadot 8*c66ec88fSEmmanuel VadotOptional properties: 9*c66ec88fSEmmanuel Vadot- timeout-sec: watchdog timeout in seconds 10*c66ec88fSEmmanuel Vadot 11*c66ec88fSEmmanuel VadotExample: 12*c66ec88fSEmmanuel Vadot 13*c66ec88fSEmmanuel Vadotwatchdog@1fd00 { 14*c66ec88fSEmmanuel Vadot compatible = "sigma,smp8642-wdt"; 15*c66ec88fSEmmanuel Vadot reg = <0x1fd00 8>; 16*c66ec88fSEmmanuel Vadot clocks = <&xtal_in_clk>; 17*c66ec88fSEmmanuel Vadot timeout-sec = <30>; 18*c66ec88fSEmmanuel Vadot}; 19