1Faraday Technology FTWDT010 watchdog 2 3This is an IP part from Faraday Technology found in the Gemini 4SoCs and others. 5 6Required properties: 7- compatible : must be one of 8 "faraday,ftwdt010" 9 "cortina,gemini-watchdog", "faraday,ftwdt010" 10- reg : shall contain base register location and length 11- interrupts : shall contain the interrupt for the watchdog 12 13Optional properties: 14- timeout-sec : the default watchdog timeout in seconds. 15 16Example: 17 18watchdog@41000000 { 19 compatible = "faraday,ftwdt010"; 20 reg = <0x41000000 0x1000>; 21 interrupts = <3 IRQ_TYPE_LEVEL_HIGH>; 22}; 23