Skip to content
Snippets Groups Projects
Commit 858d4976 authored by maxims@google.com's avatar maxims@google.com Committed by Tom Rini
Browse files

aspeed: Reset Driver


Add Reset Driver for ast2500 SoC. This driver uses Watchdog Timer to
perform resets and thus depends on it. The actual Watchdog device used
needs to be configured in Device Tree using "aspeed,wdt" property, which
must be WDT phandle, for example:

rst: reset-controller {
    compatible = "aspeed,ast2500-reset";
    aspeed,wdt = <&wdt1>;
}

Signed-off-by: default avatarMaxim Sloyko <maxims@google.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 413353b3
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment