diff options
author | Devaev Maxim <[email protected]> | 2020-12-25 11:08:56 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-12-25 11:08:56 +0300 |
commit | 0adfe17f70051f1061bcb0b40dcaa5593091a67e (patch) | |
tree | a69522e60103ff11f8c3d9ad662dbed0bd1b6939 /testenv | |
parent | 4447e49abb518a4da83d6adc16ca1bb5dcba5fae (diff) |
configurable gpio devices
Diffstat (limited to 'testenv')
-rw-r--r-- | testenv/v2-hdmi-rpi4.override.yaml | 5 | ||||
-rw-r--r-- | testenv/v2-hdmiusb-rpi4.override.yaml | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/testenv/v2-hdmi-rpi4.override.yaml b/testenv/v2-hdmi-rpi4.override.yaml index c848eb44..8c11b935 100644 --- a/testenv/v2-hdmi-rpi4.override.yaml +++ b/testenv/v2-hdmi-rpi4.override.yaml @@ -2,6 +2,9 @@ kvmd: server: unix_mode: 0666 + atx: + device: /dev/kvmd-gpio + hid: keyboard: device: /dev/null @@ -33,6 +36,8 @@ kvmd: gpio: drivers: + __gpio__: + device: /dev/kvmd-gpio relay: type: hidrelay device: /dev/hidraw0 diff --git a/testenv/v2-hdmiusb-rpi4.override.yaml b/testenv/v2-hdmiusb-rpi4.override.yaml index 6cfd5a96..bbc6c913 100644 --- a/testenv/v2-hdmiusb-rpi4.override.yaml +++ b/testenv/v2-hdmiusb-rpi4.override.yaml @@ -2,6 +2,9 @@ kvmd: server: unix_mode: 0666 + atx: + device: /dev/kvmd-gpio + hid: keyboard: device: /dev/null |