Add rpigpio(4), a driver for the RP1 GPIO controller on the Raspberry Pi 5.
authorpatrick <patrick@openbsd.org>
Mon, 25 Mar 2024 17:24:03 +0000 (17:24 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 25 Mar 2024 17:24:03 +0000 (17:24 +0000)
commit6b382705f6a0a25d512acdc202a123ffdb05e9e0
tree8c858a1e232d262bb49bbe4f0d7a7f337b9498c6
parent175dcbfed01c1e3022724e8f329eb1713408f20e
Add rpigpio(4), a driver for the RP1 GPIO controller on the Raspberry Pi 5.

With this, GPIOs can be correctly configured and engaged.  Complete pinctrl
as well as IRQ functionality is yet to be implemented.

ok kettenis@
sys/arch/arm64/conf/GENERIC
sys/arch/arm64/conf/RAMDISK
sys/arch/arm64/conf/files.arm64
sys/arch/arm64/dev/rpigpio.c [new file with mode: 0644]