diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-08 01:34:08 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 15:50:19 +0100 |
commit | 5dbe15b51556f2e0257778fa6f4f5dc0dbd94032 (patch) | |
tree | 1c3f9ca41ce4e0f859944325f5415c8aa2f84ecf /arch/arm | |
parent | ARM: dts: at91: ma5d4: use TCB2 as timers (diff) | |
download | linux-5dbe15b51556f2e0257778fa6f4f5dc0dbd94032.tar.xz linux-5dbe15b51556f2e0257778fa6f4f5dc0dbd94032.zip |
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')
-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"; |