diff options
author | Baruch Siach <baruch@tkos.co.il> | 2018-12-09 15:26:10 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-12-16 10:28:02 +0100 |
commit | d3a2d72bcf17b3f26d88454b4b34d1742e5b06ac (patch) | |
tree | 8ee85fb59be2f151ef9363272275aa9dc1161226 /arch | |
parent | MAINTAINERS: add i.MX8 DT path to i.MX architecture (diff) | |
download | linux-d3a2d72bcf17b3f26d88454b4b34d1742e5b06ac.tar.xz linux-d3a2d72bcf17b3f26d88454b4b34d1742e5b06ac.zip |
arm64: dts: imx8mq: add watchdog devices
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq.dtsi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi index 3703bcac7c1f..8e9d6d5ed7b2 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi @@ -228,6 +228,30 @@ "clk_ext1", "clk_ext2", "clk_ext3", "clk_ext4"; }; + + wdog1: watchdog@30280000 { + compatible = "fsl,imx8mq-wdt", "fsl,imx21-wdt"; + reg = <0x30280000 0x10000>; + interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clk IMX8MQ_CLK_WDOG1_ROOT>; + status = "disabled"; + }; + + wdog2: watchdog@30290000 { + compatible = "fsl,imx8mq-wdt", "fsl,imx21-wdt"; + reg = <0x30290000 0x10000>; + interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clk IMX8MQ_CLK_WDOG2_ROOT>; + status = "disabled"; + }; + + wdog3: watchdog@302a0000 { + compatible = "fsl,imx8mq-wdt", "fsl,imx21-wdt"; + reg = <0x302a0000 0x10000>; + interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&clk IMX8MQ_CLK_WDOG3_ROOT>; + status = "disabled"; + }; }; bus@30400000 { /* AIPS2 */ |