]> www.infradead.org Git - users/borneoa/openocd-next.git/commit
doc: bcm2835gpio: remove broken link and clarify usage
authorJonathan Bell <jonathan@raspberrypi.com>
Wed, 21 May 2025 14:26:20 +0000 (15:26 +0100)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 7 Jun 2025 10:06:19 +0000 (10:06 +0000)
commit7abc0f9e6593694059db56bf6f4ad64972b45ad7
tree20ef09d5296452cc213e4d23ffcd9952b22b13f5
parent6a40fe64d63568d307fdfbb4666784a848222787
doc: bcm2835gpio: remove broken link and clarify usage

The peripheral address details have been removed from the documentation
part of the website (instead presented in the SoC datasheets).

Pi 5 GPIOs are provided by the RP1 southbridge, which requires the use
of libgpiod. The associated Linux driver for the GPIO interface must be
used when bitbashing on Pi 5, as the timing of pin state changes is not
guaranteed across the PCIe link without special treatment.

Using libgpiod, the typical maximum swclk speed is 1MHz.

Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
Change-Id: I8b2c44ec5edd71abaa0a763ba4d4f4603a211348
Reviewed-on: https://review.openocd.org/c/openocd/+/8884
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
doc/openocd.texi