@@ -25,6 +25,7 @@ properties:
25
25
- samsung,exynos5420-wdt # for Exynos5420
26
26
- samsung,exynos7-wdt # for Exynos7
27
27
- samsung,exynos850-wdt # for Exynos850
28
+ - samsung,exynos990-wdt # for Exynos990
28
29
- samsung,exynosautov9-wdt # for Exynosautov9
29
30
- samsung,exynosautov920-wdt # for Exynosautov920
30
31
- items :
@@ -49,14 +50,14 @@ properties:
49
50
samsung,cluster-index :
50
51
$ref : /schemas/types.yaml#/definitions/uint32
51
52
description :
52
- Index of CPU cluster on which watchdog is running (in case of Exynos850
53
- or Google gs101).
53
+ Index of CPU cluster on which watchdog is running (in case of Exynos850,
54
+ Exynos990 or Google gs101).
54
55
55
56
samsung,syscon-phandle :
56
57
$ref : /schemas/types.yaml#/definitions/phandle
57
58
description :
58
59
Phandle to the PMU system controller node (in case of Exynos5250,
59
- Exynos5420, Exynos7, Exynos850 and gs101).
60
+ Exynos5420, Exynos7, Exynos850, Exynos990 and gs101).
60
61
61
62
required :
62
63
- compatible
77
78
- samsung,exynos5420-wdt
78
79
- samsung,exynos7-wdt
79
80
- samsung,exynos850-wdt
81
+ - samsung,exynos990-wdt
80
82
- samsung,exynosautov9-wdt
81
83
- samsung,exynosautov920-wdt
82
84
then :
89
91
enum :
90
92
- google,gs101-wdt
91
93
- samsung,exynos850-wdt
94
+ - samsung,exynos990-wdt
92
95
- samsung,exynosautov9-wdt
93
96
- samsung,exynosautov920-wdt
94
97
then :
@@ -102,7 +105,7 @@ allOf:
102
105
- const : watchdog
103
106
- const : watchdog_src
104
107
samsung,cluster-index :
105
- enum : [0, 1]
108
+ enum : [0, 1, 2 ]
106
109
required :
107
110
- samsung,cluster-index
108
111
else :
0 commit comments