Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx7ulp: Add wdog1 node

Add wdog1 node to support watchdog driver.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Anson Huang and committed by
Shawn Guo
8b8c7d97 257e6150

+10
+10
arch/arm/boot/dts/imx7ulp.dtsi
··· 257 257 #clock-cells = <1>; 258 258 }; 259 259 260 + wdog1: watchdog@403d0000 { 261 + compatible = "fsl,imx7ulp-wdt"; 262 + reg = <0x403d0000 0x10000>; 263 + interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; 264 + clocks = <&pcc2 IMX7ULP_CLK_WDG1>; 265 + assigned-clocks = <&pcc2 IMX7ULP_CLK_WDG1>; 266 + assigned-clocks-parents = <&scg1 IMX7ULP_CLK_FIRC_BUS_CLK>; 267 + timeout-sec = <40>; 268 + }; 269 + 260 270 pcc2: clock-controller@403f0000 { 261 271 compatible = "fsl,imx7ulp-pcc2"; 262 272 reg = <0x403f0000 0x10000>;