ITE drivers/kscan: add keyboard scan driver for it8xxx2_evb
Add keyboard scan driver for board it8xxx2_evb. Signed-off-by: Ruibin Chang <ruibin.chang@ite.com.tw>
This commit is contained in:
parent
28da82c0e1
commit
d16ae76d30
12 changed files with 729 additions and 106 deletions
25
dts/bindings/kscan/ite,it8xxx2-kscan.yaml
Normal file
25
dts/bindings/kscan/ite,it8xxx2-kscan.yaml
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright (c) 2021 ITE Corporation. All Rights Reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: ITE it8xxx2 keyboard matrix controller
|
||||
|
||||
compatible: "ite,it8xxx2-kscan"
|
||||
|
||||
include: kscan.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
||||
|
||||
interrupts:
|
||||
required: true
|
||||
|
||||
gpio-dev:
|
||||
type: phandle
|
||||
required: true
|
||||
description: configure GPIO controller
|
||||
|
||||
pinctrl-0:
|
||||
type: phandles
|
||||
required: true
|
||||
description: configure KSO pinmux controller
|
Loading…
Add table
Add a link
Reference in a new issue