1 # SPDX-License-Identifier: GPL-2.0
4 $id: http://devicetree.org/schemas/watchdog/samsung-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung SoC Watchdog Timer Controller
10 - Krzysztof Kozlowski <krzk@kernel.org>
13 The Samsung's Watchdog controller is used for resuming system operation
14 after a preset amount of time during which the WDT reset event has not
21 - google,gs101-wdt # for Google gs101
22 - samsung,s3c2410-wdt # for S3C2410
23 - samsung,s3c6410-wdt # for S3C6410, S5PV210 and Exynos4
24 - samsung,exynos5250-wdt # for Exynos5250
25 - samsung,exynos5420-wdt # for Exynos5420
26 - samsung,exynos7-wdt # for Exynos7
27 - samsung,exynos850-wdt # for Exynos850
28 - samsung,exynosautov9-wdt # for Exynosautov9
32 - const: samsung,exynos7-wdt
48 samsung,cluster-index:
49 $ref: /schemas/types.yaml#/definitions/uint32
51 Index of CPU cluster on which watchdog is running (in case of Exynos850
54 samsung,syscon-phandle:
55 $ref: /schemas/types.yaml#/definitions/phandle
57 Phandle to the PMU system controller node (in case of Exynos5250,
58 Exynos5420, Exynos7, Exynos850 and gs101).
68 - $ref: watchdog.yaml#
75 - samsung,exynos5250-wdt
76 - samsung,exynos5420-wdt
78 - samsung,exynos850-wdt
79 - samsung,exynosautov9-wdt
82 - samsung,syscon-phandle
89 - samsung,exynos850-wdt
90 - samsung,exynosautov9-wdt
95 - description: Bus clock, used for register interface
96 - description: Source clock (driving watchdog counter)
100 - const: watchdog_src
101 samsung,cluster-index:
104 - samsung,cluster-index
109 - description: Bus clock, which is also a source clock
113 samsung,cluster-index: false
115 unevaluatedProperties: false
120 compatible = "samsung,exynos5250-wdt";
121 reg = <0x101D0000 0x100>;
122 interrupts = <0 42 0>;
123 clocks = <&clock 336>;
124 clock-names = "watchdog";
125 samsung,syscon-phandle = <&pmu_syscon>;