Lines Matching +full:timer +full:- +full:watchdog
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Broadcom's Timer-Watchdog (aka TWD)
10 - Rafał Miłecki <rafal@milecki.pl>
13 Broadcom has a Timer-Watchdog block used in multiple SoCs (e.g., BCM4908,
15 registers layout). This block consists of: timers, watchdog and optionally a
21 - enum:
22 - brcm,bcm4908-twd
23 - brcm,bcm7038-twd
24 - const: simple-mfd
25 - const: syscon
32 "#address-cells":
35 "#size-cells":
39 '^timer@[a-f0-9]+$':
40 $ref: /schemas/timer/brcm,bcmbca-timer.yaml
42 '^watchdog@[a-f0-9]+$':
43 $ref: /schemas/watchdog/brcm,bcm7038-wdt.yaml
48 - reg
51 - |
52 timer-mfd@ff800400 {
53 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon";
57 #address-cells = <1>;
58 #size-cells = <1>;
60 timer@0 {
61 compatible = "brcm,bcm63138-timer";
65 watchdog@28 {
66 compatible = "brcm,bcm7038-wdt";