From: Dmitry Shmidt Date: Thu, 1 Mar 2018 12:18:47 +0000 (+0800) Subject: arm64: dts: hi6220: enable watchdog X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6bbec98e91e688bc7513508992a537d743cb61c3;p=openwrt%2Fstaging%2Fblogic.git arm64: dts: hi6220: enable watchdog This patch is to add watchdog binding for Hi6220 on Hikey board. Signed-off-by: Dmitry Shmidt Signed-off-by: Wei Xu --- diff --git a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi index fca8e4ee98e7..586b281cd531 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi6220.dtsi @@ -815,6 +815,14 @@ pinctrl-1 = <&sdio_pmx_idle &sdio_clk_cfg_idle &sdio_cfg_idle>; }; + watchdog0: watchdog@f8005000 { + compatible = "arm,sp805-wdt", "arm,primecell"; + reg = <0x0 0xf8005000 0x0 0x1000>; + interrupts = ; + clocks = <&ao_ctrl HI6220_WDT0_PCLK>; + clock-names = "apb_pclk"; + }; + tsensor: tsensor@0,f7030700 { compatible = "hisilicon,tsensor"; reg = <0x0 0xf7030700 0x0 0x1000>;