Commit 5dbe15b5 authored by Alexandre Belloni's avatar Alexandre Belloni
Browse files

ARM: dts: at91: vinco: use TCB2 as timers



As TCB2 doesn't have any output pins, use it for timers

Acked-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 98b24f9e
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";