diff options
author | Alexandre Belloni | 2016-06-08 01:36:36 +0200 |
---|---|---|
committer | Alexandre Belloni | 2017-12-31 15:50:17 +0100 |
commit | f5768e987b3f2b3d07417e3bf95084c0e489bce8 (patch) | |
tree | 423bf0cab3e878ccb8ed88e51e2136818f642768 | |
parent | 9bdd4fbb30d1dc3c0dda29bfa9a7e46bd96c8846 (diff) |
ARM: dts: at91: sama5d4ek: use TCB2 as timers
As TCB2 doesn't have any output pins, use it for timers.
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4ek.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4ek.dts b/arch/arm/boot/dts/at91-sama5d4ek.dts index 5b7ee92e32a7..7887a7160a54 100644 --- a/arch/arm/boot/dts/at91-sama5d4ek.dts +++ b/arch/arm/boot/dts/at91-sama5d4ek.dts @@ -174,6 +174,18 @@ status = "okay"; }; + tcb2: timer@fc024000 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>; + }; + + timer@1 { + compatible = "atmel,tcb-timer"; + reg = <1>; + }; + }; + watchdog@fc068640 { status = "okay"; }; |