Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6bbec98e authored by Dmitry Shmidt's avatar Dmitry Shmidt Committed by Wei Xu
Browse files

arm64: dts: hi6220: enable watchdog



This patch is to add watchdog binding for Hi6220 on Hikey board.

Signed-off-by: default avatarDmitry Shmidt <dimitrysh@google.com>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 183879d8
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
			clocks = <&ao_ctrl HI6220_WDT0_PCLK>;
			clock-names = "apb_pclk";
		};

		tsensor: tsensor@0,f7030700 {
			compatible = "hisilicon,tsensor";
			reg = <0x0 0xf7030700 0x0 0x1000>;