mirror of https://gitee.com/openkylin/linux.git
ARM: digicolor: enable watchdog device
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
bc0195aad0
commit
1172f67f95
|
@ -88,6 +88,13 @@ rtc@f0000c30 {
|
|||
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>;
|
||||
|
|
Loading…
Reference in New Issue