Skip to content

Commit f271a82

Browse files
robhancocksedcarlescufi
authored andcommitted
dts: bindings: watchdog: Added Xilinx AXI Timebase WDT driver
Added device tree bindings for the Xilinx AXI Timebase WDT driver. Signed-off-by: Robert Hancock <[email protected]>
1 parent a106a5e commit f271a82

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
required: true
17+
18+
xlnx,wdt-interval:
19+
description:
20+
Configured bit width of watchdog counter in core, controls watchdog expiry duration.
21+
required: true
22+
type: int
23+
24+
xlnx,wdt-enable-once:
25+
description: Indicates whether WDT can only be enabled once and not disabled
26+
required: true
27+
type: int
28+
enum:
29+
- 0
30+
- 1

0 commit comments

Comments
 (0)