aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-06-08 12:09:21 -0400
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-12-31 09:50:04 -0500
commit3dabfdbf4a5e47795c71eea155a19cbf3f64afcb (patch)
tree04522ae6ccc73ac974fa487919452cd2b212c00f
parentc56eae63730d4e0b6bd0e40f0bef8977f7fc726d (diff)
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>
-rw-r--r--arch/arm/boot/dts/animeo_ip.dts12
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 @@
43 43
44 ahb { 44 ahb {
45 apb { 45 apb {
46 tcb0: timer@fffa0000 {
47 timer@0 {
48 compatible = "atmel,tcb-timer";
49 reg = <0>, <1>;
50 };
51
52 timer@2 {
53 compatible = "atmel,tcb-timer";
54 reg = <2>;
55 };
56 };
57
46 usart0: serial@fffb0000 { 58 usart0: serial@fffb0000 {
47 pinctrl-0 = <&pinctrl_usart0 &pinctrl_usart0_rts>; 59 pinctrl-0 = <&pinctrl_usart0 &pinctrl_usart0_rts>;
48 linux,rs485-enabled-at-boot-time; 60 linux,rs485-enabled-at-boot-time;