eb0a524972
Fix the YAML files indentation for files in dts/bindings/. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
19 lines
289 B
YAML
19 lines
289 B
YAML
# Copyright (c) 2019, Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Common properties for PS/2 devices
|
|
|
|
include: base.yaml
|
|
|
|
bus: peci
|
|
|
|
properties:
|
|
"#address-cells":
|
|
type: int
|
|
required: true
|
|
const: 1
|
|
"#size-cells":
|
|
type: int
|
|
required: true
|
|
const: 0
|