1# Copyright (c) 2021 Carlo Caione <ccaione@baylibre.com> 2# SPDX-License-Identifier: Apache-2.0 3 4description: System Controller Registers R/W 5 6compatible: "syscon" 7 8include: base.yaml 9 10properties: 11 reg: 12 required: true 13 reg-io-width: 14 type: int 15 description: The width of the registers in the syscon region in bytes. Default is 4 bytes. 16