diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-08 02:52:37 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 17:50:15 +0300 |
commit | 66d04baefd0a4d2cadbb3234eb01c93bea698557 (patch) | |
tree | 17428667f9b5407c84810fa8c04bebd789a324f1 /arch/arm/boot/dts/at91-kizbox2.dts | |
parent | 23f478ca9783d3ad6121f94662848e8fe3b4e683 (diff) | |
download | linux-66d04baefd0a4d2cadbb3234eb01c93bea698557.tar.xz |
ARM: dts: at91: kizbox2: use TCB0 as timers
Use tcb0 for timers as selected in sama5_defconfig.
Cc: Antoine Aubert <a.aubert@overkiz.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-kizbox2.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-kizbox2.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-kizbox2.dts b/arch/arm/boot/dts/at91-kizbox2.dts index ec6c28c521a5..30041e8f12d5 100644 --- a/arch/arm/boot/dts/at91-kizbox2.dts +++ b/arch/arm/boot/dts/at91-kizbox2.dts @@ -94,6 +94,18 @@ }; }; + tcb0: timer@f0010000 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>; + }; + + timer@1 { + compatible = "atmel,tcb-timer"; + reg = <1>; + }; + }; + usart0: serial@f001c000 { status = "okay"; }; |