Lines Matching +full:sbsa +full:- +full:gwdt
1 * SBSA (Server Base System Architecture) Generic Watchdog
3 The SBSA Generic Watchdog Timer is used to force a reset of the system
5 watchdog timer can be found in the ARM document: ARM-DEN-0029 - Server
6 Base System Architecture (SBSA)
9 - compatible: Should at least contain "arm,sbsa-gwdt".
11 - reg: Each entry specifies the base physical address of a register frame
17 - interrupts: Should contain the Watchdog Signal 0 (WS0) SPI (Shared
18 Peripheral Interrupt) number of SBSA Generic Watchdog.
21 - timeout-sec: Watchdog timeout values (in seconds).
26 compatible = "arm,sbsa-gwdt";
30 timeout-sec = <30>;