diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-05-05 17:57:24 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 15:50:18 +0100 |
commit | 41ef816556b5c04c5f8c423604c3c83c5c47c211 (patch) | |
tree | fb862592ef5cdee34330076a3c08a2a57201aff1 | |
parent | f5768e987b3f2b3d07417e3bf95084c0e489bce8 (diff) | |
download | op-kernel-dev-41ef816556b5c04c5f8c423604c3c83c5c47c211.zip op-kernel-dev-41ef816556b5c04c5f8c423604c3c83c5c47c211.tar.gz |
ARM: dts: at91: sama5d4 Xplained: use TCB2 as timers
As TCB2 doesn't have any output pins, use for timers.
Tested-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
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-sama5d4_xplained.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/at91-sama5d4_xplained.dts index 29ab17a..4b7c762 100644 --- a/arch/arm/boot/dts/at91-sama5d4_xplained.dts +++ b/arch/arm/boot/dts/at91-sama5d4_xplained.dts @@ -130,6 +130,18 @@ status = "okay"; }; + tcb2: timer@fc024000 { + timer0: timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>; + }; + + timer1: timer@1 { + compatible = "atmel,tcb-timer"; + reg = <1>; + }; + }; + adc0: adc@fc034000 { pinctrl-names = "default"; pinctrl-0 = < |