dts: add watchdog support for axg

PD#142470: dts: add watchdog support for axg

Default disable watchdog.

Change-Id: I1d314594eff9773d04aeb4943a4e89604c35f100
Signed-off-by: Bo Yang <bo.yang@amlogic.com>
This commit is contained in:
Bo Yang
2017-05-09 14:54:08 +08:00
committed by Victor Wan
parent 1844a9376c
commit 05614edf3e

View File

@@ -198,6 +198,20 @@
sys_poweroff = <0x84000008>;
};
watchdog {
compatible = "amlogic, meson-wdt";
status = "disabled";
default_timeout=<10>;
reset_watchdog_method=<1>; /* 0:sysfs,1:kernel */
reset_watchdog_time=<2>;
shutdown_timeout=<10>;
firmware_timeout=<6>;
suspend_timeout=<6>;
reg = <0x0 0xffd0f0d0 0x0 0x10>;
clock-names = "xtal";
clocks = <&xtal>;
};
pinctrl_aobus: pinctrl@ff800014{
compatible = "amlogic,meson-axg-aobus-pinctrl";
#address-cells = <2>;