Lines Matching +full:exynos5250 +full:- +full:clock
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/watchdog/samsung-wdt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Krzysztof Kozlowski <krzk@kernel.org>
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
25 - samsung,exynos850-wdt # for Exynos850
26 - samsung,exynosautov9-wdt # for Exynosautov9
35 clock-names:
42 samsung,cluster-index:
47 samsung,syscon-phandle:
50 Phandle to the PMU system controller node (in case of Exynos5250,
54 - compatible
55 - clocks
56 - clock-names
57 - interrupts
58 - reg
61 - $ref: watchdog.yaml#
62 - if:
67 - samsung,exynos5250-wdt
68 - samsung,exynos5420-wdt
69 - samsung,exynos7-wdt
70 - samsung,exynos850-wdt
71 - samsung,exynosautov9-wdt
74 - samsung,syscon-phandle
75 - if:
80 - samsung,exynos850-wdt
81 - samsung,exynosautov9-wdt
86 - description: Bus clock, used for register interface
87 - description: Source clock (driving watchdog counter)
88 clock-names:
90 - const: watchdog
91 - const: watchdog_src
92 samsung,cluster-index:
95 - samsung,cluster-index
100 - description: Bus clock, which is also a source clock
101 clock-names:
103 - const: watchdog
104 samsung,cluster-index: false
109 - |
111 compatible = "samsung,exynos5250-wdt";
114 clocks = <&clock 336>;
115 clock-names = "watchdog";
116 samsung,syscon-phandle = <&pmu_syscon>;