1# Copyright 2023 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  Input to kscan adapter.
6
7  Allows using an input device with the kscan API. Define as a child node of
8  the input device, for example
9
10  chosen {
11    zephyr,keyboard-scan = &kscan_input;
12  };
13
14  ft5336@38 {
15    ...
16    kscan_input: kscan-input {
17      compatible = "zephyr,kscan-input";
18    };
19  };
20
21compatible: "zephyr,kscan-input"
22
23include: kscan.yaml
24