mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
Kernel: Add a GPIO class for aarch64
This allows configuring the alternate pin functions and pin pull up/down states, which is needed for using the UART.
This commit is contained in:
parent
5ac82efbe1
commit
fdc86ddae5
6 changed files with 187 additions and 2 deletions
|
@ -12,6 +12,7 @@ if ("${SERENITY_ARCH}" STREQUAL "aarch64")
|
|||
Arch/aarch64/boot.S
|
||||
|
||||
${SOURCES}
|
||||
Arch/aarch64/GPIO.cpp
|
||||
Arch/aarch64/Mailbox.cpp
|
||||
Arch/aarch64/MainIdRegister.cpp
|
||||
Arch/aarch64/MMIO.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue