diff options
author | Philippe Reynes | 2019-01-28 15:37:29 +0100 |
---|---|---|
committer | Tom Rini | 2019-02-09 07:50:50 -0500 |
commit | 09000365612298c6ef802f5a0eb25dd9b6a9583d (patch) | |
tree | 7cde4af91f314e2e23372c4ba65ecbfa9888b9ac /arch/mips/dts | |
parent | 47b68d00a383daefdc233f4b92f016caf43d712b (diff) |
dt: bcm6838: add watchdog
This commit add watchdog and sysreset watchdog
in the bcm6838 device tree.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'arch/mips/dts')
-rw-r--r-- | arch/mips/dts/brcm,bcm6838.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm6838.dtsi b/arch/mips/dts/brcm,bcm6838.dtsi index 77d6a8e2142..b6f95591476 100644 --- a/arch/mips/dts/brcm,bcm6838.dtsi +++ b/arch/mips/dts/brcm,bcm6838.dtsi @@ -73,6 +73,23 @@ status = "disabled"; }; + wdt0: watchdog@14e002d0 { + compatible = "brcm,bcm6345-wdt"; + reg = <0x14e002d0 0xc>; + clocks = <&periph_osc>; + }; + + wdt1: watchdog@14e002dc { + compatible = "brcm,bcm6345-wdt"; + reg = <0x14e002dc 0xc>; + clocks = <&periph_osc>; + }; + + wdt-reboot { + compatible = "wdt-reboot"; + wdt = <&wdt0>; + }; + leds: led-controller@14e00f00 { compatible = "brcm,bcm6328-leds"; reg = <0x14e00f00 0x28>; |