diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-07-06 14:41:43 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-07-14 12:20:30 +0300 |
commit | 1172f67f952bc3caf6341b182fb312d5d036fd3a (patch) | |
tree | e80af4992537ecff8954e84d813ee16d169dca72 /arch/arm/boot/dts/cx92755.dtsi | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) | |
download | linux-1172f67f952bc3caf6341b182fb312d5d036fd3a.tar.xz |
ARM: digicolor: enable watchdog device
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/cx92755.dtsi')
-rw-r--r-- | arch/arm/boot/dts/cx92755.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/cx92755.dtsi b/arch/arm/boot/dts/cx92755.dtsi index af333261d046..df4c6f1f93f9 100644 --- a/arch/arm/boot/dts/cx92755.dtsi +++ b/arch/arm/boot/dts/cx92755.dtsi @@ -88,6 +88,13 @@ interrupts = <25>; }; + watchdog@f0000fc0 { + compatible = "cnxt,cx92755-wdt"; + reg = <0xf0000fc0 0x8>; + clocks = <&main_clk>; + timeout-sec = <15>; + }; + uc_regs: syscon@f00003a0 { compatible = "cnxt,cx92755-uc", "syscon"; reg = <0xf00003a0 0x10>; |