diff options
author | 2024-10-19 22:39:31 +0200 | |
---|---|---|
committer | 2024-12-17 10:23:28 -0800 | |
commit | e5739733e92fca45ec544851484e70c86ecbdfc4 (patch) | |
tree | c2afb514347c7d0acb2702273b7640214abd3b17 | |
parent | ARM: dts: bcm6846: Add iproc rng (diff) | |
download | wireguard-linux-e5739733e92fca45ec544851484e70c86ecbdfc4.tar.xz wireguard-linux-e5739733e92fca45ec544851484e70c86ecbdfc4.zip |
ARM: dts: bcm6846: Enable watchdog
The BCM6846 has a BCM7038-compatible watchdog timer, just
add it to the device tree.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20241019-genexis-xg6846b-base-v3-2-8375a0e1f89f@linaro.org
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/broadcom/bcm6846.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/broadcom/bcm6846.dtsi b/arch/arm/boot/dts/broadcom/bcm6846.dtsi index c2a8deef150a..f4f1f3a06eac 100644 --- a/arch/arm/boot/dts/broadcom/bcm6846.dtsi +++ b/arch/arm/boot/dts/broadcom/bcm6846.dtsi @@ -99,6 +99,11 @@ #size-cells = <1>; ranges = <0 0xff800000 0x800000>; + watchdog@480 { + compatible = "brcm,bcm6345-wdt"; + reg = <0x480 0x10>; + }; + uart0: serial@640 { compatible = "brcm,bcm6345-uart"; reg = <0x640 0x1b>; |