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 - enum:
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
29 - items:
30 - enum:
31 - tesla,fsd-wdt
32 - const: samsung,exynos7-wdt
41 clock-names:
48 samsung,cluster-index:
54 samsung,syscon-phandle:
57 Phandle to the PMU system controller node (in case of Exynos5250,
61 - compatible
62 - clocks
63 - clock-names
64 - interrupts
65 - reg
68 - $ref: watchdog.yaml#
69 - if:
74 - google,gs101-wdt
75 - samsung,exynos5250-wdt
76 - samsung,exynos5420-wdt
77 - samsung,exynos7-wdt
78 - samsung,exynos850-wdt
79 - samsung,exynosautov9-wdt
82 - samsung,syscon-phandle
83 - if:
88 - google,gs101-wdt
89 - samsung,exynos850-wdt
90 - samsung,exynosautov9-wdt
95 - description: Bus clock, used for register interface
96 - description: Source clock (driving watchdog counter)
97 clock-names:
99 - const: watchdog
100 - const: watchdog_src
101 samsung,cluster-index:
104 - samsung,cluster-index
109 - description: Bus clock, which is also a source clock
110 clock-names:
112 - const: watchdog
113 samsung,cluster-index: false
118 - |
120 compatible = "samsung,exynos5250-wdt";
123 clocks = <&clock 336>;
124 clock-names = "watchdog";
125 samsung,syscon-phandle = <&pmu_syscon>;