arm64: dts: stratix10: enable watchdog timer on the S10 devkit

Enables the watchdog0 timer on the Stratix10 devkit.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Dinh Nguyen 2018-03-05 09:21:05 -06:00
parent 7928b2cbe5
commit 3b0fb63f25

View File

@ -101,3 +101,7 @@
&usb0 { &usb0 {
status = "okay"; status = "okay";
}; };
&watchdog0 {
status = "okay";
};