-
- Downloads
misc: Add simple driver for some Nuvoton NCT6102D devices
This simple driver provides some functions to control some of the integrated devices. The watchdog is enabled per default. This driver adds a function to disable the watchdog. Also the internal legacy UART (io address 0x3f8/0x2f8) is enabled per default. Signed-off-by:Stefan Roese <sr@denx.de> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Cc: Simon Glass <sjg@chromium.org>
Showing
- drivers/misc/Kconfig 8 additions, 0 deletionsdrivers/misc/Kconfig
- drivers/misc/Makefile 1 addition, 0 deletionsdrivers/misc/Makefile
- drivers/misc/nuvoton_nct6102d.c 56 additions, 0 deletionsdrivers/misc/nuvoton_nct6102d.c
- include/nuvoton_nct6102d.h 34 additions, 0 deletionsinclude/nuvoton_nct6102d.h
drivers/misc/nuvoton_nct6102d.c
0 → 100644
include/nuvoton_nct6102d.h
0 → 100644
Please register or sign in to comment