Nuvoton NPCX chips have reset registers which allow to reset the peripheral hardware modules. This commit adds the support by implementing the reset driver. Note that only the reset_line_toggle API is supported because of the nature of the reset controller's design. Signed-off-by: Jun Lin <CHLin56@nuvoton.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.aspeed | ||
| Kconfig.gd32 | ||
| Kconfig.intel_socfpga | ||
| Kconfig.npcx | ||
| Kconfig.numaker | ||
| Kconfig.rpi_pico | ||
| Kconfig.stm32 | ||
| reset_ast10x0.c | ||
| reset_gd32.c | ||
| reset_intel_socfpga.c | ||
| reset_npcx.c | ||
| reset_numaker.c | ||
| reset_rpi_pico.c | ||
| reset_stm32.c | ||