[dm][pin][pinctrl] add new driver

1. ARM PL061 GPIO
2. Single Pinctrl

Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
GuEe-GUI
2025-12-10 16:53:09 +08:00
committed by R b b666
parent b5ea9220be
commit 357c9b7b5a
6 changed files with 759 additions and 8 deletions
+3
View File
@@ -16,6 +16,9 @@ if GetDepend(['RT_USING_DM']):
if GetDepend(['RT_USING_OFW']):
src += ['dev_pin_ofw.c']
if GetDepend(['RT_PIN_PL061']):
src += ['pin-pl061.c']
group = DefineGroup('DeviceDrivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')