mirror of https://gitee.com/openkylin/linux.git
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:
parent
a7f9dac38c
commit
a0c7807c3e
|
@ -154,3 +154,7 @@ &uart1 {
|
|||
&usb0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&watchdog0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
@ -42,3 +42,7 @@ sysmgr@ffd08000 {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&watchdog0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue