Searched +full:pnx4008 +full:- +full:wdt (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/watchdog/nxp,pnx4008-wdt.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Roland Stigge <stigge@antcom.de>13 - $ref: watchdog.yaml#17 const: nxp,pnx4008-wdt23 - compatible24 - reg29 - |[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Watchdog driver for PNX4008 board12 * 2005-2006 (c) MontaVista Software, Inc.34 /* WatchDog Timer - Chapter 23 Page 207 */100 writel(wdd->timeout * WDOG_COUNTER_RATE, WDTIM_MATCH0(wdt_base)); in pnx4008_wdt_start()121 wdd->timeout = new_timeout; in pnx4008_wdt_set_timeout()133 * - For details, see the 'reboot' syscall in kernel/reboot.c in pnx4008_restart_handler()134 * - If the received "cmd" is not supported, use the default mode. in pnx4008_restart_handler()163 .identity = "PNX4008 Watchdog",184 struct device *dev = &pdev->dev; in pnx4008_wdt_probe()[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * Copyright (C) 2015-2019 Vladimir Zapolskiy <vz@mleia.com>9 #include <dt-bindings/clock/lpc32xx-clock.h>10 #include <dt-bindings/interrupt-controller/irq.h>13 #address-cells = <1>;14 #size-cells = <1>;16 interrupt-parent = <&mic>;19 #address-cells = <1>;20 #size-cells = <0>;23 compatible = "arm,arm926ej-s";[all …]