2019-10-01 05:03:12 +08:00
|
|
|
# Copyright (c) 2019, Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: Microchip XEC keyboard matrix controller
|
2019-10-01 05:03:12 +08:00
|
|
|
|
|
|
|
compatible: "microchip,xec-kscan"
|
|
|
|
|
|
|
|
include: kscan.yaml
|
|
|
|
|
|
|
|
properties:
|
2020-01-21 04:10:37 +08:00
|
|
|
"#address-cells":
|
|
|
|
required: true
|
|
|
|
const: 1
|
|
|
|
"#size-cells":
|
|
|
|
type: int
|
|
|
|
const: 0
|
2019-10-01 05:03:12 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
required: true
|