Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: sparkfun: pro_micro_rp2040: fix pinctrl definitions for spi
The default SCK and COPI/MOSI pins on the Sparkfun Pro Micro RP2040 board correspond to `GPIO22` and `GPIO23` respectively[^1]. The existing pinctrl definitions in the `spi0_default` don't reflect this (rather, they match the pinout of the Adafruit KB2040 MCU[^2]). Update the board's respective pinctrl definitions to match the pinout. [^1]: https://cdn.sparkfun.com/assets/e/2/7/6/b/ProMicroRP2040_Graphical_Datasheet.pdf [^2]: https://learn.adafruit.com/assets/106984 (cherry picked from commit 81563c1) Original-Signed-off-by: Anant Thazhemadam <[email protected]> GitOrigin-RevId: 81563c1 Cr-Build-Id: 8726317439116197601 Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8726317439116197601 Copybot-Job-Name: zephyr-main-copybot-downstream Change-Id: If9cb49c22e61dcce7d2fefa1bc0036f315ace06f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/6157527 Commit-Queue: ChromeOS Prod (Robot) <[email protected]> Bot-Commit: ChromeOS Prod (Robot) <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]>
- Loading branch information