1# Copyright (c) 2019, Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4# Common properties for PS/2 devices
5
6include: base.yaml
7
8bus: peci
9
10properties:
11  "#address-cells":
12    type: int
13    required: true
14    const: 1
15  "#size-cells":
16    type: int
17    required: true
18    const: 0
19