diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-08 19:09:21 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 17:50:04 +0300 |
commit | 3dabfdbf4a5e47795c71eea155a19cbf3f64afcb (patch) | |
tree | 04522ae6ccc73ac974fa487919452cd2b212c00f /arch/arm/boot/dts/animeo_ip.dts | |
parent | c56eae63730d4e0b6bd0e40f0bef8977f7fc726d (diff) | |
download | linux-3dabfdbf4a5e47795c71eea155a19cbf3f64afcb.tar.xz |
ARM: dts: at91: animeo_ip: use TCB0 as timers
Use tcb0 for timers as selected in at91_dt_defconfig.
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/animeo_ip.dts')
-rw-r--r-- | arch/arm/boot/dts/animeo_ip.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/animeo_ip.dts b/arch/arm/boot/dts/animeo_ip.dts index 26ade8c0a960..b67a75179784 100644 --- a/arch/arm/boot/dts/animeo_ip.dts +++ b/arch/arm/boot/dts/animeo_ip.dts @@ -43,6 +43,18 @@ ahb { apb { + tcb0: timer@fffa0000 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>, <1>; + }; + + timer@2 { + compatible = "atmel,tcb-timer"; + reg = <2>; + }; + }; + usart0: serial@fffb0000 { pinctrl-0 = <&pinctrl_usart0 &pinctrl_usart0_rts>; linux,rs485-enabled-at-boot-time; |