VAR-SOM-SD600 gpio

From Variscite Wiki
Revision as of 10:59, 4 May 2014 by Oren (talk | contribs) (Created page with "= GPIOs features = <div>The APQ8064 SoC GPIOs features are as follows</div> *90 GPIO pins (GPIO_0 to GPIO_89) *Configurable pull-up/down *Configurable output drive current *In...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GPIOs features

The APQ8064 SoC GPIOs features are as follows
  • 90 GPIO pins (GPIO_0 to GPIO_89)
  • Configurable pull-up/down
  • Configurable output drive current
  • Interruptable GPIOs

GPIO manipulation

GPIO manipulation is done through the standard gpiolib
The usage / API is well described in kernel/Documentation/gpio.txt.

Additional useful links: http://elinux.org/GPIO

https://developer.ridgerun.com/wiki/index.php/Gpio-int-test.c

https://developer.ridgerun.com/wiki/index.php/How_to_use_GPIO_signals

http://mondi.web.cs.unibo.it/gpio_control.html





PinMux configuration



GPIO mux configuration is done in kernel\arch\arm\mach-msm\board-8064-gpiomux.c At apq8064_init_gpiomux(void) you can find several examples of pinmux configuration