Skip to content

Commit e573973

Browse files
linuswffainelli
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent 5e9ebdd commit e573973

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)