1. Add support for multiple syscon entries (as a side effect, this also fixed syscon.c implementations which weren't being linked to their syscon.h counterparts). 2. Add support for different width registers in syscon. 3. Add tests for syscon Signed-off-by: Yuval Peress <peress@chromium.org>
17 lines
379 B
YAML
17 lines
379 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
|
|
required: false
|
|
description: The width of the registers in the syscon region in bytes. Default is 4 bytes.
|