From: Rafał Miłecki Date: Sun, 13 Nov 2022 09:09:04 +0000 (+0100) Subject: mips: dts: bcm63268: add TWD block timer X-Git-Tag: v6.2-rc1~200^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3db4b96ab7f212733ee17d246b13075c703ab3f;p=thirdparty%2Fkernel%2Flinux.git mips: dts: bcm63268: add TWD block timer BCM63268 TWD contains block with 3 timers. Add binding for it. Signed-off-by: Rafał Miłecki Acked-by: Florian Fainelli Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/boot/dts/brcm/bcm63268.dtsi b/arch/mips/boot/dts/brcm/bcm63268.dtsi index 8926417a8fbcc..c663efce91cf5 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>;