blob: 59b54b039fb7e16166d8b59e81e28ca743926868 [file] [log] [blame]
Yi Li4f025cd2016-12-02 19:03:53 +08001description: >
2 Implement the watchdog function.
3properties:
4 - name: Enabled
5 type: boolean
6 description: >
7 The watchdog is enabled or not.
8 default: false
9 - name: Interval
10 type: uint64
11 description: >
Patrick Venture08b0d932017-07-30 10:40:41 -070012 Time interval to arm the watchdog, in milli-second.
Yi Li4f025cd2016-12-02 19:03:53 +080013 default: 30000
14 - name: TimeRemaining
15 type: uint64
16 description: >
Patrick Venture08b0d932017-07-30 10:40:41 -070017 Time remaining before timeout, in milli-second.
Yi Li4f025cd2016-12-02 19:03:53 +080018 Setting this property can re-arm the watchdog.
19 default: 0
Yi Li4f025cd2016-12-02 19:03:53 +080020
21# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4