dt-bindings: input: bindings for Adafruit Seesaw Gamepad
authorAnshul Dalal <anshulusr@gmail.com>
Tue, 9 Jan 2024 22:38:57 +0000 (14:38 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 10 Jan 2024 07:45:18 +0000 (23:45 -0800)
commitdc5b56241cf3e4084723c2e27758358e0feec84f
treea612d2b99dc84b19732eb18280c4fc61bf18c8a4
parent0c64117d112b35dc3ba2020108ec26f538b95ae6
dt-bindings: input: bindings for Adafruit Seesaw Gamepad

Adds bindings for the Adafruit Seesaw Gamepad.

The gamepad functions as an i2c device with the default address of 0x50
and has an IRQ pin that can be enabled in the driver to allow for a rising
edge trigger on each button press or joystick movement.

Product page:
  https://www.adafruit.com/product/5743
Arduino driver:
  https://github.com/adafruit/Adafruit_Seesaw

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Anshul Dalal <anshulusr@gmail.com>
Link: https://lore.kernel.org/r/20240106015111.882325-1-anshulusr@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Documentation/devicetree/bindings/input/adafruit,seesaw-gamepad.yaml [new file with mode: 0644]