From: Alexandre Belloni Date: Wed, 8 Jun 2016 16:05:16 +0000 (+0200) Subject: ARM: dts: at91: ethernut5: use TCB0 as timers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c46ee845f83671c6a9339035d2bdb59216aac065;p=linux.git ARM: dts: at91: ethernut5: use TCB0 as timers Use tcb0 for timers as selected in at91_dt_defconfig. Cc: Martin Reimann Cc: Tim Schendekehl Acked-by: Nicolas Ferre Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/ethernut5.dts b/arch/arm/boot/dts/ethernut5.dts index 123b203be06ce..b554f85add412 100644 --- a/arch/arm/boot/dts/ethernut5.dts +++ b/arch/arm/boot/dts/ethernut5.dts @@ -36,6 +36,18 @@ status = "okay"; }; + tcb0: timer@fffa0000 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>, <1>; + }; + + timer@2 { + compatible = "atmel,tcb-timer"; + reg = <2>; + }; + }; + usart0: serial@fffb0000 { status = "okay"; };