From: Jörg Krause Date: Sun, 25 Feb 2018 01:24:46 +0000 (+0100) Subject: ARM: dts: imx6ul: add wdog3 node X-Git-Tag: v4.17-rc1~105^2~39^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa2f2576cdc5b0968103dee4211296b552c9dfaa;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: imx6ul: add wdog3 node The i.MX6UL(L) has a WDOG3 located at start address 0x021E0000 in the AIPS-2 memory region [1]. [1] i.MX 6UltraLite Applications Processor Reference Manual, Rev. 1, 04/2016, Table-2-3 AIPS-2 memory map, p. 166 Signed-off-by: Jörg Krause Reviewed-by: Stefan Agner Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 81c426e1b664f..1241972b16ba5 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -931,6 +931,14 @@ status = "disabled"; }; + wdog3: wdog@21e4000 { + compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt"; + reg = <0x021e4000 0x4000>; + interrupts = ; + clocks = <&clks IMX6UL_CLK_WDOG3>; + status = "disabled"; + }; + uart2: serial@21e8000 { compatible = "fsl,imx6ul-uart", "fsl,imx6q-uart";