gpio-stmpe.txt 428 B

123456789101112131415161718
  1. STMPE gpio
  2. ----------
  3. Required properties:
  4. - compatible: "st,stmpe-gpio"
  5. Optional properties:
  6. - st,norequest-mask: bitmask specifying which GPIOs should _not_ be requestable
  7. due to different usage (e.g. touch, keypad)
  8. Node name must be stmpe_gpio and should be child node of stmpe node to which it
  9. belongs.
  10. Example:
  11. stmpe_gpio {
  12. compatible = "st,stmpe-gpio";
  13. st,norequest-mask = <0x20>; //gpio 5 can't be used
  14. };