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
|
|
|
# Common properties for keyboard matrix devices
|
2019-10-01 05:03:12 +08:00
|
|
|
|
|
|
|
include: base.yaml
|
|
|
|
|
2019-11-27 10:04:05 +08:00
|
|
|
bus: kscan
|
2019-10-01 05:03:12 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
"#address-cells":
|
|
|
|
required: true
|
|
|
|
const: 1
|
|
|
|
"#size-cells":
|
|
|
|
type: int
|
|
|
|
const: 0
|
|
|
|
label:
|
|
|
|
required: true
|