Skip to content

Linux driver for watchdog function of NCT5104D SuperIO peripheral

License

Notifications You must be signed in to change notification settings

opengear/nct5104d-watchdog-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Linux driver for the Watchdog functionality of the NCT5104D SuperIO chip.

The NCT5104D is an LPC SuperIO chip that provides:

  • Port80 debug output
  • 4 x UARTs
  • GPIO (muxed with UART C and UART D)
  • Watchdog

The datasheet is openly available.

This driver deals only with the watchdog functionality.

The UART functionality is supported by the Linux serial8250 driver as a 16550A device.

GPIO drivers for this chip have been seen on github and linux-gpio mailing lists.

Build the driver:

$ make KDIR=/path/to/kernel-sources/

or

$ export KDIR=/path/to/kernel-sources/
$ make
$ make modules_install

About

Linux driver for watchdog function of NCT5104D SuperIO peripheral

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published