aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/eswin
Commit message (Collapse)AuthorAgeFilesLines
* riscv: connect eswin to the build.Ruslan Bukin2024-12-171-0/+2
| | | | | | | Connect Eswin IP drivers to the build. Reviewed by: mhorne Differential Revision: https://reviews.freebsd.org/D48119
* riscv: Eswin hwreset support added.Ruslan Bukin2024-12-171-0/+190
Add reset controller driver for Eswin EIC7700. This one has two reset cells in FDT, which is unusual, so provide a custom hwreset_map method. Tested on SiFive Premier P550. Reviewed by: mhorne, jrtc27 Differential Revision: https://reviews.freebsd.org/D47853