2019-08-10 06:46:34 +08:00
|
|
|
# Copyright (c) 2019, Intel Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
# Common properties for PS/2 devices
|
2019-08-10 06:46:34 +08:00
|
|
|
|
|
|
|
include: base.yaml
|
|
|
|
|
2019-11-27 10:04:05 +08:00
|
|
|
bus: ps2
|
2019-08-10 06:46:34 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
"#address-cells":
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: should be 1.
|
|
|
|
"#size-cells":
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: should be 0.
|
|
|
|
label:
|
|
|
|
required: true
|