Application processor datasheet

The GPIO numbering situation is… “interesting”… on these modules. The GPIO number if you’re in user space is the same as the name of the PIN in the schematic. This is because Sierra Wireless uses a translation table to translate from user GPIO numbers to “real” GPIO numbers. However, if you’re in the kernel, and you need the “real” GPIO number, you need to manually do the translation, which you can pull out of the table in drivers/gpio/gpiolib-sysfs.c:

1 Like