From: Srinivas Neeli <srinivas.neeli@xilinx.com>
To: <linux@roeck-us.net>, <shubhraj@xilinx.com>, <sgoud@xilinx.com>,
<michal.simek@xilinx.com>
Cc: <wim@linux-watchdog.org>, <linux-watchdog@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <git@xilinx.com>,
Srinivas Neeli <srinivas.neeli@xilinx.com>
Subject: [PATCH 1/3] watchdog: bindings: xlnx,versal-wwdt: Add binding documentation for xilinx window watchdog device
Date: Thu, 27 May 2021 15:27:07 +0530 [thread overview]
Message-ID: <20210527095709.12841-2-srinivas.neeli@xilinx.com> (raw)
In-Reply-To: <20210527095709.12841-1-srinivas.neeli@xilinx.com>
Add documentation for the binding of Window watchdog device.
Signed-off-by: Srinivas Neeli <srinivas.neeli@xilinx.com>
---
.../bindings/watchdog/xlnx,versal-wwdt.yaml | 71 +++++++++++++++++++
1 file changed, 71 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml
diff --git a/Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml b/Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml
new file mode 100644
index 000000000000..ca03ee9db9fa
--- /dev/null
+++ b/Documentation/devicetree/bindings/watchdog/xlnx,versal-wwdt.yaml
@@ -0,0 +1,71 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/watchdog/xlnx,versal-wwdt.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Xilinx Versal Window Watchdog Timer Controller
+
+maintainers:
+ - Neeli Srinivas <sneeli@xilinx.com>
+
+description:
+ Versal watchdog driver uses Window watchdog mode. Window watchdog
+ timer(WWDT) contains closed(first) and open(second) window with
+ 32 bit width. WWDT will generate an interrupt after the first window
+ timeout and reset signal after the second window timeout. Timeout
+ and pretimeout configuration, Stop and Refresh trigger only in open
+ window.
+
+properties:
+ compatible:
+ enum:
+ - xlnx,versal-wwdt-1.0
+ reg:
+ maxItems: 1
+
+ clocks:
+ maxItems: 1
+
+ timeout-sec: true
+
+ pretimeout-sec: true
+
+ interrupts:
+ items:
+ - description: Watchdog interrupt
+ - description: Watchdog reset pending interrupt
+ description:
+ Interrupt line names "wdt" or "wwdt_reset_pending".
+ wdt - will assert high after first (closed) window
+ timer expires. wwdt_reset_pending - will assert high
+ after second (open) window timer expires if WRP
+ (Watchdog Reset pending) is configured with third
+ (SST) timer.
+
+ interrupt-names:
+ items:
+ - const: wdt
+ - const: wwdt_reset_pending
+
+required:
+ - compatible
+ - reg
+ - clocks
+ - interrupts
+ - interrupt-names
+
+additionalProperties: false
+
+examples:
+ - |
+ watchdog@fd4d0000 {
+ compatible = "xlnx,versal-wwdt-1.0";
+ reg = <0xfd4d0000 0x10000>;
+ clocks = <&clock25>;
+ timeout-sec = <30>;
+ pretimeout-sec = <25>;
+ interrupts = <0 0x64 1>, <0 0x6D 1>;
+ interrupt-names = "wdt", "wwdt_reset_pending";
+ };
+...
--
2.22.0
next prev parent reply other threads:[~2021-05-27 9:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-27 9:57 [PATCH 0/3] watchdog: Add window watchdog driver Srinivas Neeli
2021-05-27 9:57 ` Srinivas Neeli [this message]
2021-05-27 9:57 ` [PATCH 2/3] watchdog: xilinx_wwdt: Add Versal Window watchdog mode Srinivas Neeli
2021-05-27 14:39 ` Guenter Roeck
[not found] ` <DM6PR02MB538635505ABE30C42100E059AF369@DM6PR02MB5386.namprd02.prod.outlook.com>
[not found] ` <DM6PR02MB5386C805459902F9C28391AAAF139@DM6PR02MB5386.namprd02.prod.outlook.com>
2021-07-14 11:31 ` Guenter Roeck
2021-09-29 7:01 ` Srinivas Neeli
2021-10-18 9:23 ` Srinivas Neeli
2021-10-20 5:09 ` Guenter Roeck
2021-05-27 9:57 ` [PATCH 3/3] MAINTAINERS: Add fragment for xilinx watchdog drivers Srinivas Neeli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210527095709.12841-2-srinivas.neeli@xilinx.com \
--to=srinivas.neeli@xilinx.com \
--cc=git@xilinx.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=michal.simek@xilinx.com \
--cc=sgoud@xilinx.com \
--cc=shubhraj@xilinx.com \
--cc=wim@linux-watchdog.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).