rt-thread-official/components/drivers/ofw
GUI 1a24ae06f3
[DM/FEATURE] Support reset controller (#9630)
* [DM/FEATURE] Support reset controller

Reset controllers are central units that control
the reset signals to multiple peripherals.
The reset controller API is split into two parts:
  1. The consumer driver interface, which allows
    peripheral drivers to request control over
    their reset input signals
  2. The reset controller driver interface
which is used by drivers for reset controller devices to
register their reset controls to provide them to the consumers.

* [RESET/SIMPLE] Support simple reset

Currently this driver supports:
 - Altera SoCFPGAs
 - ASPEED BMC SoCs
 - Bitmain BM1880 SoC
 - Realtek SoCs
 - RCC reset controller in STM32 MCUs
 - Allwinner SoCs
 - SiFive FU740 SoCs
 - Sophgo SoCs

Signed-off-by: GuEe-GUI <2991707448@qq.com>
2024-11-26 10:02:50 +08:00
..
libfdt 【libfdt】replace tab with space 2023-07-06 11:02:13 +08:00
Kconfig [libcpu][aarch64]memory setup using memblock (#9092) 2024-06-26 14:36:49 +08:00
SConscript [components][drivers]add pic-gic (#8388) 2024-02-29 09:39:56 +08:00
base.c [FIXUP/OFW] Increase append child node's ref_count 2024-09-13 17:33:29 -04:00
fdt.c [DM/FDT] Fixup memory address reserved and translate in early 2024-09-19 21:16:56 +08:00
io.c [FEATURE/OFW] add address reverse/translate for DMA/CPU's address 2024-09-13 17:33:29 -04:00
irq.c [OFW] Fixup irq parse map and map mask (#8992) 2024-05-28 09:52:10 +08:00
ofw.c [DM/FEATURE] Support reset controller (#9630) 2024-11-26 10:02:50 +08:00
ofw_internal.h [OFW] io ranges use list to storage without ofw data (#8993) 2024-05-28 14:25:09 +08:00
raw.c Drivers: Support Open Firmware API and model of PIC 2023-07-05 16:45:16 +08:00