Searched +full:bcm11351 +full:- +full:wdt (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/watchdog/ |
D | brcm,kona-wdt.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/watchdog/brcm,kona-wdt.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 BCM11130, BCM11140, BCM11351, BCM28145, BCM28155 14 - Florian Fainelli <f.fainelli@gmail.com> 15 - Ray Jui <rjui@broadcom.com> 16 - Scott Branden <sbranden@broadcom.com> 19 - $ref: watchdog.yaml# 24 - const: brcm,bcm11351-wdt [all …]
|
/linux-6.12.1/arch/arm/boot/dts/broadcom/ |
D | bcm11351.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (C) 2012-2013 Broadcom Corporation 4 #include <dt-bindings/clock/bcm281xx.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/interrupt-controller/irq.h> 9 #address-cells = <1>; 10 #size-cells = <1>; 11 model = "BCM11351 SoC"; 12 compatible = "brcm,bcm11351"; 13 interrupt-parent = <&gic>; [all …]
|
/linux-6.12.1/arch/arm/mach-bcm/ |
D | board_bcm281xx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (C) 2012-2014 Broadcom Corporation 25 np_wdog = of_find_compatible_node(NULL, NULL, "brcm,kona-wdt"); in bcm281xx_restart() 27 pr_emerg("Couldn't find brcm,kona-wdt\n"); in bcm281xx_restart() 33 pr_emerg("Couldn't map brcm,kona-wdt\n"); in bcm281xx_restart() 55 "brcm,bcm11351", /* Have to use the first number upstreamed */
|
/linux-6.12.1/drivers/watchdog/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 on-line as fast as possible after a lock-up. There's both a watchdog 21 <file:Documentation/watchdog/watchdog-api.rst> in the kernel source. 51 bool "Update boot-enabled watchdog until userspace takes over" 77 bool "Enable watchdog hrtimer-based pretimeouts" 198 tristate "ChromeOS EC-based watchdog" 252 tristate "Watchdog device controlled through GPIO-line" 257 controlled through GPIO-line. 280 will be called lenovo-se10-wdt. 394 module will be called mlx-wdt. [all …]
|