Lines Matching +full:keypad +full:- +full:num +full:- +full:rows
4 matrix-keymap.
7 - compatible: "st,sti-keyscan"
9 - reg: Register base address and size of st-keyscan controller.
11 - interrupts: Interrupt number for the st-keyscan controller.
13 - clocks: Must contain one entry, for the module clock.
14 See ../clocks/clock-bindings.txt for details.
16 - pinctrl: Should specify pin control groups used for this controller.
17 See ../pinctrl/pinctrl-bindings.txt for details.
19 - linux,keymap: The keymap for keys as described in the binding document
20 devicetree/bindings/input/matrix-keymap.txt.
22 - keypad,num-rows: Number of row lines connected to the keypad controller.
24 - keypad,num-columns: Number of column lines connected to the keypad
28 - st,debounce_us: Debouncing interval time in microseconds
33 compatible = "st,sti-keyscan";
37 pinctrl-names = "default";
38 pinctrl-0 = <&pinctrl_keyscan>;
40 keypad,num-rows = <4>;
41 keypad,num-columns = <4>;