]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: at91: sama5d3 Xplained: use TCB0 as timers
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 7 Jun 2016 14:16:29 +0000 (16:16 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sun, 31 Dec 2017 14:50:15 +0000 (15:50 +0100)
Use tcb0 for timers as selected in sama5_defconfig.

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>
arch/arm/boot/dts/at91-sama5d3_xplained.dts

index 40879aded68080112eb9848367a31de16e000a85..02c1d2958d7809e597c630fc15270f4da965311f 100644 (file)
@@ -65,6 +65,18 @@ can0: can@f000c000 {
                                status = "okay";
                        };
 
+                       tcb0: timer@f0010000 {
+                               timer0: timer@0 {
+                                       compatible = "atmel,tcb-timer";
+                                       reg = <0>;
+                               };
+
+                               timer1: timer@1 {
+                                       compatible = "atmel,tcb-timer";
+                                       reg = <1>;
+                               };
+                       };
+
                        i2c0: i2c@f0014000 {
                                pinctrl-0 = <&pinctrl_i2c0_pu>;
                                status = "okay";