OSDN Git Service

ARM: dts: at91: sama5d2_ptc_ek: use TCB0 as timers
authorNicolas Ferre <nicolas.ferre@microchip.com>
Wed, 20 Dec 2017 09:04:40 +0000 (10:04 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sun, 31 Dec 2017 14:50:20 +0000 (15:50 +0100)
Use tcb0 for timers as selected in sama5_defconfig.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts

index 186cb03..e603a26 100644 (file)
                                };
                        };
 
+                       tcb0: timer@f800c000 {
+                               timer0: timer@0 {
+                                       compatible = "atmel,tcb-timer";
+                                       reg = <0>;
+                               };
+
+                               timer1: timer@1 {
+                                       compatible = "atmel,tcb-timer";
+                                       reg = <1>;
+                               };
+                       };
+
                        uart0: serial@f801c000 {
                                pinctrl-names = "default";
                                pinctrl-0 = <&pinctrl_uart0_default>;