variant: Add PocketBeagle 2 A53 rev A1 support#142
variant: Add PocketBeagle 2 A53 rev A1 support#142DhruvaG2000 merged 1 commit intozephyrproject-rtos:nextfrom
Conversation
Ayush1325
commented
Nov 20, 2025
- Only pins that are labeled as GPIO in schematics (and LED pins) are exposed as digital-pin-gpios. Other pins technically can be used as GPIOs, but require pinmuxing, and thus should not be part of the default setup.
DhruvaG2000
left a comment
There was a problem hiding this comment.
@Ayush1325 just remove the unnecessary - from the start of the commit message,
Also curious, how have you tested this? Is it with the regular u-boot then jump to zephyr binary flow?
This is exciting to have arduino support on pb-2 and I am looking fwd to test it myself as well.
Only pins that are labeled as GPIO in schematics (and LED pins) are exposed as digital-pin-gpios. Other pins technically can be used as GPIOs, but require pinmuxing, and thus should not be part of the default setup. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
3455a54 to
7f221d0
Compare
Fixed the commit message. I have tested it in 2 ways: SD Card and DFU. |