|
NAMEimx_wdog —
device driver for the NXP i.MX5 and i.MX6 watchdog timer
SYNOPSISTo compile this driver into the kernel, place the following line in your kernel configuration file:device imxwdt Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): imx_wdog_load="YES" DESCRIPTIONTheimx_wdog driver provides
watchdog(4)
support for the watchdog timer present on NXP i.MX5 and i.MX6 processors. The
i.MX watchdog hardware supports programmable timeouts ranging from 0.5 to 128
seconds, in half-second increments. Once activated, the watchdog hardware
cannot be deactivated, but the timeout period can be changed to any valid
non-zero value.
At power-on, a special 16-second ‘power-down timer’
mode is automatically enabled by the hardware. It will assert the external
WDOG_B signal, which may be connected to external hardware that causes the
system to reset or power-down. The power-down timer is often reset by the
boot loader (typically U-Boot). If the power-down timer is still active at
the time when the normal watchdog is first enabled, the
The The SEE ALSOfdt(4), watchdog(4), watchdog(8), watchdogd(8), watchdog(9)HISTORYTheimx_wdog driver first appeared in
FreeBSD 10.0.
Visit the GSP FreeBSD Man Page Interface. |