diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2018-02-24 20:24:46 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-02-28 01:25:16 -0500 |
commit | fa2f2576cdc5b0968103dee4211296b552c9dfaa (patch) | |
tree | f12ea74df07d4594030e8bd936624d62a74f1bfc | |
parent | a934a5834d59d8529da228aec1f3f89d1be225e9 (diff) |
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 <joerg.krause@embedded.rocks>
Reviewed-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 81c426e1b664..1241972b16ba 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi | |||
@@ -931,6 +931,14 @@ | |||
931 | status = "disabled"; | 931 | status = "disabled"; |
932 | }; | 932 | }; |
933 | 933 | ||
934 | wdog3: wdog@21e4000 { | ||
935 | compatible = "fsl,imx6ul-wdt", "fsl,imx21-wdt"; | ||
936 | reg = <0x021e4000 0x4000>; | ||
937 | interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; | ||
938 | clocks = <&clks IMX6UL_CLK_WDOG3>; | ||
939 | status = "disabled"; | ||
940 | }; | ||
941 | |||
934 | uart2: serial@21e8000 { | 942 | uart2: serial@21e8000 { |
935 | compatible = "fsl,imx6ul-uart", | 943 | compatible = "fsl,imx6ul-uart", |
936 | "fsl,imx6q-uart"; | 944 | "fsl,imx6q-uart"; |