11d7c9d09SDamien Le Moal# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 21d7c9d09SDamien Le Moal%YAML 1.2 31d7c9d09SDamien Le Moal--- 41d7c9d09SDamien Le Moal$id: http://devicetree.org/schemas/reset/canaan,k210-rst.yaml# 51d7c9d09SDamien Le Moal$schema: http://devicetree.org/meta-schemas/core.yaml# 61d7c9d09SDamien Le Moal 7dd3cb467SAndrew Lunntitle: Canaan Kendryte K210 Reset Controller 81d7c9d09SDamien Le Moal 91d7c9d09SDamien Le Moalmaintainers: 10*f7efdf5eSDamien Le Moal - Damien Le Moal <dlemoal@kernel.org> 111d7c9d09SDamien Le Moal 121d7c9d09SDamien Le Moaldescription: | 131d7c9d09SDamien Le Moal Canaan Kendryte K210 reset controller driver which supports the SoC 141d7c9d09SDamien Le Moal system controller supplied reset registers for the various peripherals 151d7c9d09SDamien Le Moal of the SoC. The K210 reset controller node must be defined as a child 161d7c9d09SDamien Le Moal node of the K210 system controller node. 171d7c9d09SDamien Le Moal 181d7c9d09SDamien Le Moal See also: 191d7c9d09SDamien Le Moal - dt-bindings/reset/k210-rst.h 201d7c9d09SDamien Le Moal 211d7c9d09SDamien Le Moalproperties: 221d7c9d09SDamien Le Moal compatible: 231d7c9d09SDamien Le Moal const: canaan,k210-rst 241d7c9d09SDamien Le Moal 251d7c9d09SDamien Le Moal '#reset-cells': 261d7c9d09SDamien Le Moal const: 1 271d7c9d09SDamien Le Moal 281d7c9d09SDamien Le Moalrequired: 291d7c9d09SDamien Le Moal - '#reset-cells' 301d7c9d09SDamien Le Moal - compatible 311d7c9d09SDamien Le Moal 321d7c9d09SDamien Le MoaladditionalProperties: false 331d7c9d09SDamien Le Moal 341d7c9d09SDamien Le Moalexamples: 351d7c9d09SDamien Le Moal - | 361d7c9d09SDamien Le Moal #include <dt-bindings/reset/k210-rst.h> 371d7c9d09SDamien Le Moal sysrst: reset-controller { 381d7c9d09SDamien Le Moal compatible = "canaan,k210-rst"; 391d7c9d09SDamien Le Moal #reset-cells = <1>; 401d7c9d09SDamien Le Moal }; 41