Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1318920pxj; Fri, 4 Jun 2021 11:10:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzg6YnW/MMwib46Nt7HjUsEj5uW9F43c7SElEN08clCpQtTp2pAic4f+in/BXMKgAxwpg8r X-Received: by 2002:a17:907:1b02:: with SMTP id mp2mr5357995ejc.196.1622830258785; Fri, 04 Jun 2021 11:10:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622830258; cv=none; d=google.com; s=arc-20160816; b=VEyV/o3zJVTdRAdtziE9+dLex0dw6zq9KVMY17dIo8MeCarqeA1ZhbB0T8kWwOhafN Gdc8/Qod+xSbM+gz4g5VWMxhFZsNVqgWJeGwV7GCJTu2rJDWpwSMMaq2mHVzq3LdBiGv Z3RU8cvSgFDL+/IyQZYdLIlmwO4gZJ1Q33QvAEfAkVtxsdzwTtXizBkQol2pKBtlAyMI +VhH+qLRZHGl5KeuCLM9gxacHjBrMaX7D/K5h+jBvdam54HBI2kh+pxnw5kcjweOpedS MHNuEEkn8pwLSDV4clE1KeqGNT41apV22pCt5VelzET/hJjQHKyCNRgKacr8Pxol3UFl VyQw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=Wx1sk5mI/Kq0E12co/MwHj8sZCn/WilwJDnfUdUfkfY=; b=0fntxzN9Wwnht14jpepIEb5m6/X5h8T9O/uetL1gIfFQ7mqC0mkATA85QzCgdKZ7H/ BhYt5jHiqtsTfQXohAZQN+uIUpICZjBAn+dGo7/zehaOCNBAR0va4v74EqYaulTisZ89 9AoJz3wMdO22pWR2QewHgkqZFoe3Is83oA8AhI5ZKtaZnFQClYX1K9s/xPO4RkVusMxc hn9/vRHgHh0bkYY3DW9Kr1u/KZdbfmUhCjyNLqf4lB9fFHIZRee0pojf5iSojPtRUvpp mMhL2uZSIYkIgz3sgeauxljWoXHaT8J0xUHRq1qD5yZfyfd8HvEiCuqMJXnKwPjAnB23 lCIA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lr17si4931848ejb.104.2021.06.04.11.10.36; Fri, 04 Jun 2021 11:10:58 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230026AbhFDSLa (ORCPT + 99 others); Fri, 4 Jun 2021 14:11:30 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:6354 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229726AbhFDSL3 (ORCPT ); Fri, 4 Jun 2021 14:11:29 -0400 X-IronPort-AV: E=Sophos;i="5.83,248,1616425200"; d="scan'208";a="83279183" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 05 Jun 2021 03:09:42 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 3138A40C7B95; Sat, 5 Jun 2021 03:09:40 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Magnus Damm , Rob Herring , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Prabhakar , Biju Das , Lad Prabhakar Subject: [PATCH 1/3] dt-bindings: power: renesas,rzg2l-sysc: Add DT binding documentation for SYSC controller Date: Fri, 4 Jun 2021 19:09:31 +0100 Message-Id: <20210604180933.16754-2-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210604180933.16754-1-prabhakar.mahadev-lad.rj@bp.renesas.com> References: <20210604180933.16754-1-prabhakar.mahadev-lad.rj@bp.renesas.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add DT binding documentation for SYSC controller found on RZ/G2{L,LC,UL} SoC's. SYSC block contains the LSI_DEVID register which is used to retrieve SoC product information. Signed-off-by: Lad Prabhakar Reviewed-by: Biju Das --- .../bindings/power/renesas,rzg2l-sysc.yaml | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/renesas,rzg2l-sysc.yaml diff --git a/Documentation/devicetree/bindings/power/renesas,rzg2l-sysc.yaml b/Documentation/devicetree/bindings/power/renesas,rzg2l-sysc.yaml new file mode 100644 index 000000000000..616a5139644f --- /dev/null +++ b/Documentation/devicetree/bindings/power/renesas,rzg2l-sysc.yaml @@ -0,0 +1,50 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: "http://devicetree.org/schemas/power/renesas,rzg2l-sysc.yaml#" +$schema: "http://devicetree.org/meta-schemas/core.yaml#" + +title: Renesas RZ/G2L System Controller (SYSC) + +maintainers: + - Geert Uytterhoeven + +description: + The RZ/G2L System Controller (SYSC) performs system control of the LSI and + supports following functions, + - External terminal state capture function + - 34-bit address space access function + - Low power consumption control + - WDT stop control + +properties: + compatible: + enum: + - renesas,r9a07g044-sysc # RZ/G2{L,LC} + + reg: + maxItems: 1 + + interrupts: + minItems: 4 + maxItems: 4 + +required: + - compatible + - reg + - interrupts + +additionalProperties: false + +examples: + - | + #include + // System Controller node + sysc: system-controller@11020000 { + compatible = "renesas,r9a07g044-sysc"; + reg = <0x11020000 0x10000>; + interrupts = , + , + , + ; + }; -- 2.17.1