According to the cm5 datasheet https://datasheets.raspberrypi.com/cm5/cm5-datasheet.pdf (section 2.6.1)
pins with the GPCLK alt function are: GPIO4, 5, 6, 18, 20, 21. Imo the easiest way to see them is with ctrl + F.
However I am a little confused because the datasheet also says that there are only 2x GPCLK pins available...
My guess is that some of the pins are mapped to the same clock of the SoC. E.g. both GPCLK[1] pins are mapped to the same clock.
Thank you for maintaining this project it has been very helpful to me!
According to the cm5 datasheet https://datasheets.raspberrypi.com/cm5/cm5-datasheet.pdf (section 2.6.1)
pins with the GPCLK alt function are: GPIO4, 5, 6, 18, 20, 21. Imo the easiest way to see them is with ctrl + F.
However I am a little confused because the datasheet also says that there are only 2x GPCLK pins available...
My guess is that some of the pins are mapped to the same clock of the SoC. E.g. both GPCLK[1] pins are mapped to the same clock.
Thank you for maintaining this project it has been very helpful to me!