mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user