aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
diff options
context:
space:
mode:
authorNicolas Ferre <nicolas.ferre@microchip.com>2017-12-20 10:04:40 +0100
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-12-31 15:50:20 +0100
commit34a7fc3147bcc14127d941f228ce3b1737e66381 (patch)
treed79c3d8cf39920c98057feafe2853bcabd4ac904 /arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
parentARM: dts: at91: sama5d27_som1_ek: use TCB0 as timers (diff)
downloadlinux-dev-34a7fc3147bcc14127d941f228ce3b1737e66381.tar.xz
linux-dev-34a7fc3147bcc14127d941f228ce3b1737e66381.zip
ARM: dts: at91: sama5d2_ptc_ek: use TCB0 as timers
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>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts')
-rw-r--r--arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
index 186cb03e2672..e603a267bdf1 100644
--- a/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
+++ b/arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts
@@ -149,6 +149,18 @@
};
};
+ 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>;