File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Documentation/devicetree/bindings/watchdog Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2
+ %YAML 1.2
3
+ ---
4
+ $id : http://devicetree.org/schemas/watchdog/airoha,en7581-wdt.yaml#
5
+ $schema : http://devicetree.org/meta-schemas/core.yaml#
6
+
7
+ title : Airoha EN7581 Watchdog Timer
8
+
9
+ maintainers :
10
+ -
Christian Marangi <[email protected] >
11
+
12
+ allOf :
13
+ - $ref : watchdog.yaml#
14
+
15
+ properties :
16
+ compatible :
17
+ const : airoha,en7581-wdt
18
+
19
+ reg :
20
+ maxItems : 1
21
+
22
+ clocks :
23
+ description : BUS clock (timer ticks at half the BUS clock)
24
+ maxItems : 1
25
+
26
+ clock-names :
27
+ const : bus
28
+
29
+ required :
30
+ - compatible
31
+ - reg
32
+ - clocks
33
+ - clock-names
34
+
35
+ unevaluatedProperties : false
36
+
37
+ examples :
38
+ - |
39
+ #include <dt-bindings/clock/en7523-clk.h>
40
+
41
+ watchdog@1fbf0100 {
42
+ compatible = "airoha,en7581-wdt";
43
+ reg = <0x1fbf0100 0x3c>;
44
+
45
+ clocks = <&scuclk EN7523_CLK_BUS>;
46
+ clock-names = "bus";
47
+ };
You can’t perform that action at this time.
0 commit comments