Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934684AbdCVNiC (ORCPT ); Wed, 22 Mar 2017 09:38:02 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:38978 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934030AbdCVNhx (ORCPT ); Wed, 22 Mar 2017 09:37:53 -0400 From: Yannick Fertre To: Wim Van Sebroeck , Guenter Roeck , Rob Herring , Alexandre TORGUE , Benjamin Gaignard , Yannick Fertre , Maxime Coquelin CC: , , Philippe Cornu , Gabriel FERNANDEZ , , Subject: [PATCH v1 1/5] dt-bindings: Document STM32 IWDG bindings Date: Wed, 22 Mar 2017 14:36:22 +0100 Message-ID: <1490189786-19232-2-git-send-email-yannick.fertre@st.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1490189786-19232-1-git-send-email-yannick.fertre@st.com> References: <1490189786-19232-1-git-send-email-yannick.fertre@st.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.48.1.53] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-03-22_11:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1319 Lines: 39 From: Yannick Fertre This adds documentation of device tree bindings for the STM32 IWDG (Independent WatchDoG). Change-Id: Idadacc806d00205fe9af2e8606af229b4b760558 Signed-off-by: Yannick Fertre Reviewed-on: https://gerrit.st.com/45217 Reviewed-by: Yannick FERTRE Tested-by: Yannick FERTRE Reviewed-by: Ludovic BARRE --- .../devicetree/bindings/watchdog/st,stm32-iwdg.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt diff --git a/Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt b/Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt new file mode 100644 index 0000000..9c6936b --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/st,stm32-iwdg.txt @@ -0,0 +1,15 @@ +STM32 Independent WatchDoG (IWDG) +--------------------------------- + +Required properties: +- compatible: "st,stm32-iwdg". +- reg: physical base address and length of the registers set for the device; +- clocks: Must contain a single entry describing the clock input + +Example: + +iwdg@40003000 { + compatible = "st,stm32-iwdg"; + reg = <0x40003000 0x400>; + clocks = <&clk_lsi>; +}; -- 1.9.1