Commit d3db4b96 authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Thomas Bogendoerfer

mips: dts: bcm63268: add TWD block timer

BCM63268 TWD contains block with 3 timers. Add binding for it.
Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Acked-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent d42f0c6a
......@@ -110,6 +110,11 @@ timer-mfd@10000080 {
reg = <0x10000080 0x30>;
ranges = <0x0 0x10000080 0x30>;
timer@0 {
compatible = "brcm,bcm6345-timer";
reg = <0x0 0x1c>;
};
wdt: watchdog@1c {
compatible = "brcm,bcm7038-wdt";
reg = <0x1c 0xc>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment