Lines Matching +full:syscon +full:- +full:phandle
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
32 clock-names:
34 - const: watchdog
39 samsung,syscon-phandle:
40 $ref: /schemas/types.yaml#/definitions/phandle
42 Phandle to the PMU system controller node (in case of Exynos5250,
46 - compatible
47 - clocks
48 - clock-names
49 - interrupts
50 - reg
53 - $ref: watchdog.yaml#
54 - if:
59 - samsung,exynos5250-wdt
60 - samsung,exynos5420-wdt
61 - samsung,exynos7-wdt
64 - samsung,syscon-phandle
69 - |
71 compatible = "samsung,exynos5250-wdt";
75 clock-names = "watchdog";
76 samsung,syscon-phandle = <&pmu_syscon>;