1description: Synopsys Designware Watchdog 2 3compatible: "snps,designware-watchdog" 4 5include: [base.yaml, reset-device.yaml] 6 7properties: 8 # This properties is also supported: 9 # interrupts: 10 # clocks: 11 12 reg: 13 required: true 14 15 clock-frequency: 16 type: int 17 description: | 18 Clock frequency used by counter in Hz. You can specify a frequency here or specify a clock 19 using the clocks properties. 20 21 reset-pulse-length: 22 type: int 23 enum: 24 - 2 25 - 4 26 - 8 27 - 16 28 - 32 29 - 64 30 - 128 31 - 256 32 description: Duration of the reset pulse in clock cycles 33