Searched +full:ar7130 +full:- +full:wdt (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/watchdog/qca,ar7130-wdt.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm Atheros AR7130 Watchdog Timer (WDT) Controller10 - Gabor Juhos <juhosg@openwrt.org>13 - $ref: watchdog.yaml#17 const: qca,ar7130-wdt23 - compatible24 - reg[all …]
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/clock/ath79-clk.h>7 #address-cells = <1>;8 #size-cells = <1>;11 #address-cells = <1>;12 #size-cells = <0>;22 cpuintc: interrupt-controller {23 compatible = "qca,ar9132-cpu-intc", "qca,ar7100-cpu-intc";25 interrupt-controller;26 #interrupt-cells = <1>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Atheros AR71XX/AR724X/AR913X built-in hardware watchdog timer.5 * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>36 #define DRIVER_NAME "ath79-wdt"115 return -EINVAL; in ath79_wdt_set_timeout()126 return -EBUSY; in ath79_wdt_open()162 return -EFAULT; in ath79_wdt_write()194 sizeof(ath79_wdt_info)) ? -EFAULT : 0; in ath79_wdt_ioctl()225 err = -ENOTTY; in ath79_wdt_ioctl()253 return -EBUSY; in ath79_wdt_probe()[all …]