diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-11-13 10:09:04 +0100 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-11-21 17:59:48 +0100 |
commit | d3db4b96ab7f212733ee17d246b13075c703ab3f (patch) | |
tree | e75a7707117055222e1a46b90f3de07a3bb7512d /arch/mips/boot | |
parent | d42f0c6ad502c9f612410e125ebdf290cce8bdc3 (diff) | |
download | lwn-d3db4b96ab7f212733ee17d246b13075c703ab3f.tar.gz lwn-d3db4b96ab7f212733ee17d246b13075c703ab3f.zip |
mips: dts: bcm63268: add TWD block timer
BCM63268 TWD contains block with 3 timers. Add binding for it.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm63268.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm63268.dtsi b/arch/mips/boot/dts/brcm/bcm63268.dtsi index 8926417a8fbc..c663efce91cf 100644 --- a/arch/mips/boot/dts/brcm/bcm63268.dtsi +++ b/arch/mips/boot/dts/brcm/bcm63268.dtsi @@ -110,6 +110,11 @@ 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>; |