Commit f5768e98 authored by Alexandre Belloni's avatar Alexandre Belloni

ARM: dts: at91: sama5d4ek: use TCB2 as timers

As TCB2 doesn't have any output pins, use it for timers.
Acked-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 9bdd4fbb
......@@ -174,6 +174,18 @@ usart4: serial@fc010000 {
status = "okay";
};
tcb2: timer@fc024000 {
timer@0 {
compatible = "atmel,tcb-timer";
reg = <0>;
};
timer@1 {
compatible = "atmel,tcb-timer";
reg = <1>;
};
};
watchdog@fc068640 {
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment