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
20 - samsung,s3c2410-wdt # for S3C2410
21 - samsung,s3c6410-wdt # for S3C6410, S5PV210 and Exynos4
22 - samsung,exynos5250-wdt # for Exynos5250
23 - samsung,exynos5420-wdt # for Exynos5420
24 - samsung,exynos7-wdt # for Exynos7
39 samsung,syscon-phandle:
40 $ref: /schemas/types.yaml#/definitions/phandle
42 Phandle to the PMU system controller node (in case of Exynos5250
53 - $ref: watchdog.yaml#
59 - samsung,exynos5250-wdt
60 - samsung,exynos5420-wdt
63 - samsung,syscon-phandle
65 unevaluatedProperties: false
70 compatible = "samsung,exynos5250-wdt";
71 reg = <0x101D0000 0x100>;
72 interrupts = <0 42 0>;
73 clocks = <&clock 336>;
74 clock-names = "watchdog";
75 samsung,syscon-phandle = <&pmu_syscon>;