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