diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-08 02:34:08 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 17:50:19 +0300 |
commit | 5dbe15b51556f2e0257778fa6f4f5dc0dbd94032 (patch) | |
tree | 1c3f9ca41ce4e0f859944325f5415c8aa2f84ecf /arch/arm/boot/dts/at91-vinco.dts | |
parent | 98b24f9e7750aa56af59ea7f9201f231c6629001 (diff) | |
download | linux-5dbe15b51556f2e0257778fa6f4f5dc0dbd94032.tar.xz |
ARM: dts: at91: vinco: use TCB2 as timers
As TCB2 doesn't have any output pins, use it for timers
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-vinco.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-vinco.dts | 12 |
1 files changed, 12 insertions, 0 deletions
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"; |