diff options
-rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index 152f3ad1af6b..b3a87d79f1e1 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi | |||
@@ -365,6 +365,15 @@ | |||
365 | #interrupt-cells = <2>; | 365 | #interrupt-cells = <2>; |
366 | status = "disabled"; | 366 | status = "disabled"; |
367 | }; | 367 | }; |
368 | |||
369 | wdt0: watchdog@a2c000 { | ||
370 | compatible = "arm,sp805", "arm,primecell"; | ||
371 | arm,primecell-periphid = <0x00141805>; | ||
372 | reg = <0xa2c000 0x1000>; | ||
373 | interrupts = <0 29 4>; | ||
374 | clocks = <&clock HIX5HD2_WDG0_RST>; | ||
375 | clock-names = "apb_pclk"; | ||
376 | }; | ||
368 | }; | 377 | }; |
369 | 378 | ||
370 | local_timer@00a00600 { | 379 | local_timer@00a00600 { |