zephyr,native-linux-evdev

Vendor: Zephyr-specific binding

Note

An implementation of a driver matching this compatible is available in drivers/input/linux_evdev.c.

Description

Linux evdev based input device

Allows using a Linux evdev device to read input events and report them back
as Zephyr input events.

Example configuration:

evdev {
        compatible = "zephyr,native-linux-evdev";
};

Then run the binary specifying the evdev device with the --evdev flag, for
example:

./build/zephyr/zephyr.exe --evdev=/dev/input/event0

Properties

Properties not inherited from the base binding file.

(None)