devices: legacy: Add Arm PL061 GPIO controller

This commit implements ARM PrimeCell General Purpose Input/Output
(GPIO) PL061 device specification.

Signed-off-by: Penny Zheng <penny.zheng@arm.com>
Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
Penny Zheng
2021-03-07 19:44:49 +08:00
committed by Michael
parent c7438c8b22
commit 7c86ef8a69
2 changed files with 486 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@
mod cmos;
#[cfg(feature = "fwdebug")]
mod fwdebug;
#[cfg(target_arch = "aarch64")]
mod gpio_pl061;
mod i8042;
#[cfg(target_arch = "aarch64")]
mod rtc_pl031;