Skip to content

Commit e573973

Browse files
Linus Walleijffainelli
authored andcommitted
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>
1 parent 5e9ebdd commit e573973

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm/boot/dts/broadcom/bcm6846.dtsi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@
9999
#size-cells = <1>;
100100
ranges = <0 0xff800000 0x800000>;
101101

102+
watchdog@480 {
103+
compatible = "brcm,bcm6345-wdt";
104+
reg = <0x480 0x10>;
105+
};
106+
102107
uart0: serial@640 {
103108
compatible = "brcm,bcm6345-uart";
104109
reg = <0x640 0x1b>;

0 commit comments

Comments
 (0)