21 lines
370 B
YAML
21 lines
370 B
YAML
# Copyright (c) 2019, Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common properties for PS/2 devices
|
|
|
|
include: base.yaml
|
|
|
|
bus: ps2
|
|
|
|
properties:
|
|
"#address-cells":
|
|
type: int
|
|
required: true
|
|
description: should be 1.
|
|
"#size-cells":
|
|
type: int
|
|
required: true
|
|
description: should be 0.
|
|
label:
|
|
required: true
|