zephyr/dts/bindings/syscon/syscon.yaml
Fabio Baltieri eb0a524972 yamllint: indentation: fix dts/bindings/
Fix the YAML files indentation for files in dts/bindings/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

16 lines
347 B
YAML

# Copyright (c) 2021 Carlo Caione <ccaione@baylibre.com>
# SPDX-License-Identifier: Apache-2.0
description: System Controller Registers R/W
compatible: "syscon"
include: base.yaml
properties:
reg:
required: true
reg-io-width:
type: int
description: The width of the registers in the syscon region in bytes. Default is 4 bytes.