1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/reset/lantiq,reset.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Lantiq XWAY SoC RCU reset controller
10 - Martin Blumenstingl <martin.blumenstingl@googlemail.com>
13 This binding describes a reset-controller found on the RCU module on Lantiq
14 XWAY SoCs. This node has to be a sub node of the Lantiq RCU block.
24 Defines the following sets of registers in the parent syscon device
25 Offset of the reset set register
26 Offset of the reset status register
31 The first cell takes the reset set bit and the second cell takes the
40 additionalProperties: false
44 // On the xRX200 SoCs:
45 reset0: reset-controller@10 {
46 compatible = "lantiq,xrx200-reset";
47 reg = <0x10 0x04>, <0x14 0x04>;