zephyr/drivers/reset
Dylan Hung f5794923a1 drivers: reset: add Aspeed AST10x0 reset control
AST10x0 series SOCs provide the reset controller through the syscon
hardware block.  The current driver supports the reset line assert,
deassert and status for the hardware IPs embedded in the SOC.  Each
reset line has an ID that can simply map to a bit in syscon registers
RESET_CTRL0_ASSERT (group 0) or RESET_CTRL1_ASSERT (group 1). Write bits
to RESET_CTRL0_DEASSERT or RESET_CTRL1_DEASSERT will clean the
corresponding bits in RESET_CTRL0_ASSERT or RESET_CTRL1_ASSERT
registers.

Signed-off-by: Dylan Hung <dylan_hung@aspeedtech.com>
2022-12-05 14:36:16 +01:00
..
CMakeLists.txt drivers: reset: add Aspeed AST10x0 reset control 2022-12-05 14:36:16 +01:00
Kconfig drivers: reset: add Aspeed AST10x0 reset control 2022-12-05 14:36:16 +01:00
Kconfig.aspeed drivers: reset: add Aspeed AST10x0 reset control 2022-12-05 14:36:16 +01:00
Kconfig.gd32 drivers: reset: gd32: add initial support 2022-08-29 10:30:49 +02:00
Kconfig.rpi_pico
reset_ast10x0.c drivers: reset: add Aspeed AST10x0 reset control 2022-12-05 14:36:16 +01:00
reset_gd32.c drivers: reset: gd32: add initial support 2022-08-29 10:30:49 +02:00
reset_rpi_pico.c include: add missing limits.h include 2022-10-11 18:05:17 +02:00