2021-06-03 17:03:48 +08:00
|
|
|
# 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:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
|
|
|
reg-io-width:
|
|
|
|
type: int
|
|
|
|
description: The width of the registers in the syscon region in bytes. Default is 4 bytes.
|