Searched +full:watchdog +full:- +full:tops (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---4 $id: http://devicetree.org/schemas/watchdog/snps,dw-wdt.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Synopsys Designware Watchdog Timer10 - $ref: watchdog.yaml#13 - Jamie Iles <jamie@jamieiles.com>18 - const: snps,dw-wdt19 - items:20 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Copyright 2010-2011 Picochip Ltd., Jamie Iles6 * This file implements a driver for the Synopsys DesignWare watchdog device7 * in the many subsystems. The watchdog has 16 different timeout periods10 * The DesignWare watchdog cannot be stopped once it has been started so we11 * do not implement a stop function. The watchdog core will continue to send12 * heartbeat requests after the watchdog device has been closed.30 #include <linux/watchdog.h>51 /* There are sixteen TOPs (timeout periods) that can be set in the watchdog. */68 MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started "[all …]