15def4c47SEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 25def4c47SEmmanuel Vadot%YAML 1.2 35def4c47SEmmanuel Vadot--- 4*fac71e4eSEmmanuel Vadot$id: http://devicetree.org/schemas/reset/brcm,bcm6345-reset.yaml# 5*fac71e4eSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml# 65def4c47SEmmanuel Vadot 75def4c47SEmmanuel Vadottitle: BCM6345 reset controller 85def4c47SEmmanuel Vadot 95def4c47SEmmanuel Vadotdescription: This document describes the BCM6345 reset controller. 105def4c47SEmmanuel Vadot 115def4c47SEmmanuel Vadotmaintainers: 125def4c47SEmmanuel Vadot - Álvaro Fernández Rojas <noltari@gmail.com> 135def4c47SEmmanuel Vadot 145def4c47SEmmanuel Vadotproperties: 155def4c47SEmmanuel Vadot compatible: 165def4c47SEmmanuel Vadot const: brcm,bcm6345-reset 175def4c47SEmmanuel Vadot 185def4c47SEmmanuel Vadot reg: 195def4c47SEmmanuel Vadot maxItems: 1 205def4c47SEmmanuel Vadot 215def4c47SEmmanuel Vadot "#reset-cells": 225def4c47SEmmanuel Vadot const: 1 235def4c47SEmmanuel Vadot 245def4c47SEmmanuel Vadotrequired: 255def4c47SEmmanuel Vadot - compatible 265def4c47SEmmanuel Vadot - reg 275def4c47SEmmanuel Vadot - "#reset-cells" 285def4c47SEmmanuel Vadot 295def4c47SEmmanuel VadotadditionalProperties: false 305def4c47SEmmanuel Vadot 315def4c47SEmmanuel Vadotexamples: 325def4c47SEmmanuel Vadot - | 335def4c47SEmmanuel Vadot reset-controller@10000010 { 345def4c47SEmmanuel Vadot compatible = "brcm,bcm6345-reset"; 355def4c47SEmmanuel Vadot reg = <0x10000010 0x4>; 365def4c47SEmmanuel Vadot #reset-cells = <1>; 375def4c47SEmmanuel Vadot }; 38