From: Alexandre Belloni Date: Tue, 7 Jun 2016 23:34:08 +0000 (+0200) Subject: ARM: dts: at91: vinco: use TCB2 as timers X-Git-Tag: Ubuntu-5.4-5.4.0-11.14~6034^2~26^2~4 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=5dbe15b51556f2e0257778fa6f4f5dc0dbd94032;p=mirror_ubuntu-focal-kernel.git ARM: dts: at91: vinco: use TCB2 as timers As TCB2 doesn't have any output pins, use it for timers Acked-by: Gregory CLEMENT Acked-by: Nicolas Ferre Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/at91-vinco.dts b/arch/arm/boot/dts/at91-vinco.dts index 9f6005708ea8..1be9889a2b3a 100644 --- a/arch/arm/boot/dts/at91-vinco.dts +++ b/arch/arm/boot/dts/at91-vinco.dts @@ -151,6 +151,18 @@ status = "okay"; }; + tcb2: timer@fc024000 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>; + }; + + timer@1 { + compatible = "atmel,tcb-timer"; + reg = <1>; + }; + }; + macb1: ethernet@fc028000 { phy-mode = "rmii"; status = "okay";