ARM: dts: socfpga: enable watchdog timer on Arria5 and Arria10

Enable the watchdog for Arria5 and Arria10.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
Dinh Nguyen 2016-12-16 17:15:00 -06:00
parent a7f9dac38c
commit a0c7807c3e
2 changed files with 8 additions and 0 deletions

View file

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

View file

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