1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) Sunplus Co., Ltd. 2021 3 %YAML 1.2 4 --- 5 $id: http://devicetree.org/schemas/reset/sunplus,reset.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 8 title: Sunplus SoC Reset Controller 9 10 maintainers: 11 - Qin Jian <qinjian@cqplus1.com> 12 13 properties: 14 compatible: 15 const: sunplus,sp7021-reset 16 17 reg: 18 maxItems: 1 19 20 "#reset-cells": 21 const: 1 22 23 required: 24 - compatible 25 - reg 26 - "#reset-cells" 27 28 additionalProperties: false 29 30 examples: 31 - | 32 rstc: reset@9c000054 { 33 compatible = "sunplus,sp7021-reset"; 34 reg = <0x9c000054 0x28>; 35 #reset-cells = <1>; 36 }; 37 38 ...
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.