We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a106a5e commit f271a82Copy full SHA for f271a82
dts/bindings/watchdog/xlnx,xps-timebase-wdt-1.00.a.yaml
@@ -0,0 +1,30 @@
1
+# Copyright (c) 2023, Calian
2
+# SPDX-License-Identifier: Apache-2.0
3
+
4
+description: Xilinx AXI timebase WDT core
5
6
+compatible: "xlnx,xps-timebase-wdt-1.00.a"
7
8
+include: base.yaml
9
10
+properties:
11
+ reg:
12
+ required: true
13
14
+ clocks:
15
+ description: Reference to AXI clock for watchdog core
16
17
18
+ xlnx,wdt-interval:
19
+ description:
20
+ Configured bit width of watchdog counter in core, controls watchdog expiry duration.
21
22
+ type: int
23
24
+ xlnx,wdt-enable-once:
25
+ description: Indicates whether WDT can only be enabled once and not disabled
26
27
28
+ enum:
29
+ - 0
30
+ - 1
0 commit comments