Lines Matching +full:scan +full:- +full:interval
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/ti,nspire-keypad.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: TI-NSPIRE Keypad
10 - Andrew Davis <afd@ti.com>
13 - $ref: input.yaml#
14 - $ref: matrix-keymap.yaml#
19 - ti,nspire-keypad
30 scan-interval:
32 description: How often to scan in us. Based on a APB speed of 33MHz, the
35 row-delay:
39 active-low:
43 - compatible
44 - reg
45 - interrupts
46 - clocks
47 - scan-interval
48 - row-delay
49 - linux,keymap
54 - |
55 #include <dt-bindings/input/input.h>
57 compatible = "ti,nspire-keypad";
63 scan-interval = <1000>;
64 row-delay = <200>;