devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guodong Xu <guodong.xu@linaro.org>
To: xuwei5@hisilicon.com, robh+dt@kernel.org, mark.rutland@arm.com,
	catalin.marinas@arm.com, will.deacon@arm.com,
	keescook@chromium.org, anton@enomsg.org, ccross@android.com,
	tony.luck@intel.com
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Leo Yan <leo.yan@linaro.org>, Guodong Xu <guodong.xu@linaro.org>,
	Zhong Kaihua <zhongkaihua@huawei.com>
Subject: [PATCH v3 10/10] arm64: dts: hi3660: enable watchdog
Date: Mon, 14 Aug 2017 17:50:49 +0800	[thread overview]
Message-ID: <20170814095049.27701-11-guodong.xu@linaro.org> (raw)
In-Reply-To: <20170814095049.27701-1-guodong.xu@linaro.org>

From: Leo Yan <leo.yan@linaro.org>

This patch is to add watchdog binding for Hi3660 on Hikey960 board.

Cc: Guodong Xu <guodong.xu@linaro.org>
Cc: Zhong Kaihua <zhongkaihua@huawei.com>
Signed-off-by: Leo Yan <leo.yan@linaro.org>
---
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
index 545d435..b7a90d6 100644
--- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
+++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi
@@ -962,5 +962,21 @@
 				     &sdio_cfg_func>;
 			status = "disabled";
 		};
+
+		watchdog0: watchdog@e8a06000 {
+			compatible = "arm,sp805-wdt", "arm,primecell";
+			reg = <0x0 0xe8a06000 0x0 0x1000>;
+			interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&crg_ctrl HI3660_OSC32K>;
+			clock-names = "apb_pclk";
+		};
+
+		watchdog1: watchdog@e8a07000 {
+			compatible = "arm,sp805-wdt", "arm,primecell";
+			reg = <0x0 0xe8a07000 0x0 0x1000>;
+			interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
+			clocks = <&crg_ctrl HI3660_OSC32K>;
+			clock-names = "apb_pclk";
+		};
 	};
 };
-- 
2.10.2

  parent reply	other threads:[~2017-08-14  9:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-14  9:50 [PATCH v3 00/10] arm64: dts: hi3660: add more device nodes Guodong Xu
     [not found] ` <20170814095049.27701-1-guodong.xu-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-08-14  9:50   ` [PATCH v3 01/10] arm64: dts: hi3660: enable idle states Guodong Xu
2017-08-14  9:50 ` [PATCH v3 02/10] arm64: dts: hi3660: add L2 cache topology Guodong Xu
2017-08-14  9:50 ` [PATCH v3 03/10] arm64: dts: hi3660: add pmu dt node for hi3660 Guodong Xu
2017-08-14  9:50 ` [PATCH v3 04/10] arm64: dts: hikey960: Add optee node Guodong Xu
2017-08-14  9:50 ` [PATCH v3 05/10] arm64: dts: hikey960: Add support for syscon-reboot-mode Guodong Xu
2017-08-14  9:50 ` [PATCH v3 06/10] arm64: dts: hikey960: Add pstore support Guodong Xu
2017-08-14  9:50 ` [PATCH v3 07/10] arm64: dts: hi3660: Reset the mmc hosts Guodong Xu
2017-08-14  9:50 ` [PATCH v3 08/10] arm64: dts: hikey960: change bluetooth uart max-speed to 3mbps Guodong Xu
2017-08-14  9:50 ` [PATCH v3 09/10] arm64: dts: hi3660: add bindings for DMA Guodong Xu
2017-08-14  9:50 ` Guodong Xu [this message]
2017-08-15 13:36 ` [PATCH v3 00/10] arm64: dts: hi3660: add more device nodes Wei Xu

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=20170814095049.27701-11-guodong.xu@linaro.org \
    --to=guodong.xu@linaro.org \
    --cc=anton@enomsg.org \
    --cc=catalin.marinas@arm.com \
    --cc=ccross@android.com \
    --cc=devicetree@vger.kernel.org \
    --cc=keescook@chromium.org \
    --cc=leo.yan@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=tony.luck@intel.com \
    --cc=will.deacon@arm.com \
    --cc=xuwei5@hisilicon.com \
    --cc=zhongkaihua@huawei.com \
    /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).