Files
bsp/board/arcade.dts
Nick Mello d35fabb64f gpio-keyboard-driver: Add driver
Adds the gpio keyboard driver to the BSP. The driver probes but fails to
find device tree information it is looking for.

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2026-02-07 01:45:32 -06:00

9 lines
146 B
Plaintext

#include "broadcom/bcm2711-rpi-4-b.dts"
/ {
gpio-keyboard {
compatible = "arcade,gpio-keyboard";
gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
};
};