Guest User

Untitled

a guest
Apr 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. keys{
  2.  
  3. compatible = "gpio-keys";
  4.  
  5. #address-cells = <1>;
  6.  
  7. #size-cells = <0>;
  8.  
  9. autorepeat;
  10.  
  11. keypad-01{
  12.  
  13. label = "keypad-01";
  14.  
  15. gpios = <&gpio4 30 1>;
  16.  
  17. linux,code = <2>; /* KEY_RESERVED */
  18.  
  19. };
  20.  
  21. keypad-02{
  22.  
  23. label = "keypad-02";
  24.  
  25. gpios = <&gpio4 31 1>;
  26.  
  27. linux,code = <3>; /* KEY_RESERVED */
  28.  
  29. };
  30.  
  31. };
Add Comment
Please, Sign In to add comment