1# Copyright (c) 2023, Calian 2# SPDX-License-Identifier: Apache-2.0 3 4description: Xilinx AXI timebase WDT core 5 6compatible: "xlnx,xps-timebase-wdt-1.00.a" 7 8include: base.yaml 9 10properties: 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 31