18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 28c2ecf20Sopenharmony_ci# Copyright 2019 BayLibre, SAS 38c2ecf20Sopenharmony_ci%YAML 1.2 48c2ecf20Sopenharmony_ci--- 58c2ecf20Sopenharmony_ci$id: "http://devicetree.org/schemas/reset/amlogic,meson-reset.yaml#" 68c2ecf20Sopenharmony_ci$schema: "http://devicetree.org/meta-schemas/core.yaml#" 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_cititle: Amlogic Meson SoC Reset Controller 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_cimaintainers: 118c2ecf20Sopenharmony_ci - Neil Armstrong <narmstrong@baylibre.com> 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciproperties: 148c2ecf20Sopenharmony_ci compatible: 158c2ecf20Sopenharmony_ci enum: 168c2ecf20Sopenharmony_ci - amlogic,meson8b-reset # Reset Controller on Meson8b and compatible SoCs 178c2ecf20Sopenharmony_ci - amlogic,meson-gxbb-reset # Reset Controller on GXBB and compatible SoCs 188c2ecf20Sopenharmony_ci - amlogic,meson-axg-reset # Reset Controller on AXG and compatible SoCs 198c2ecf20Sopenharmony_ci - amlogic,meson-a1-reset # Reset Controller on A1 and compatible SoCs 208c2ecf20Sopenharmony_ci 218c2ecf20Sopenharmony_ci reg: 228c2ecf20Sopenharmony_ci maxItems: 1 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ci "#reset-cells": 258c2ecf20Sopenharmony_ci const: 1 268c2ecf20Sopenharmony_ci 278c2ecf20Sopenharmony_cirequired: 288c2ecf20Sopenharmony_ci - compatible 298c2ecf20Sopenharmony_ci - reg 308c2ecf20Sopenharmony_ci - "#reset-cells" 318c2ecf20Sopenharmony_ci 328c2ecf20Sopenharmony_ciadditionalProperties: false 338c2ecf20Sopenharmony_ci 348c2ecf20Sopenharmony_ciexamples: 358c2ecf20Sopenharmony_ci - | 368c2ecf20Sopenharmony_ci reset-controller@c884404 { 378c2ecf20Sopenharmony_ci compatible = "amlogic,meson-gxbb-reset"; 388c2ecf20Sopenharmony_ci reg = <0xc884404 0x20>; 398c2ecf20Sopenharmony_ci #reset-cells = <1>; 408c2ecf20Sopenharmony_ci }; 41