[dm][ufs] support Universal Flash Storage (UFS)

Support UFS over PCI, too.

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI
2026-05-04 18:41:16 +08:00
committed by Rbb666
parent c1a43bc0de
commit ea13820c2c
8 changed files with 1912 additions and 0 deletions
+4
View File
@@ -135,6 +135,10 @@ extern "C" {
#include "drivers/thermal.h"
#endif /* RT_USING_THERMAL */
#ifdef RT_USING_UFS
#include "drivers/ufs.h"
#endif /* RT_USING_UFS */
#ifdef RT_USING_FIRMWARE
#ifdef RT_FIRMWARE_ARM_SCMI
#include "drivers/scmi.h"