Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1643189
| From | Frank Wang <frank.wang@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 3/3] arm: dts: rk322x: add watchdog device node. |
| Date | 2017-05-17 12:00 +0200 |
| Message-ID | <tI3Ul-1pv-17@gated-at.bofh.it> (permalink) |
| References | <tI3Ul-1pv-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add watchdog device node for rk322x SoC.
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
---
arch/arm/boot/dts/rk322x.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index fe6530f..f7498b3 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -280,6 +280,14 @@
status = "disabled";
};
+ wdt: watchdog@110a0000 {
+ compatible = "snps,dw-wdt";
+ reg = <0x110a0000 0x100>;
+ clocks = <&cru PCLK_CPU>;
+ interrupts = <GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
+ status = "disabled";
+ };
+
pwm0: pwm@110b0000 {
compatible = "rockchip,rk3288-pwm";
reg = <0x110b0000 0x10>;
--
2.0.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 3/3] arm: dts: rk322x: add watchdog device node. Frank Wang <frank.wang@rock-chips.com> - 2017-05-17 12:00 +0200 Re: [PATCH v2 3/3] arm: dts: rk322x: add watchdog device node. Heiko Stuebner <heiko@sntech.de> - 2017-05-17 19:40 +0200
csiph-web