Skip to content

Commit

Permalink
ARM: dts: at91: sama5d2 Xplained: use TCB0 as timers
Browse files Browse the repository at this point in the history
Use tcb0 for timers as selected in sama5_defconfig.

Tested-by: Alexandre Belloni <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
  • Loading branch information
alexandrebelloni committed Dec 31, 2017
1 parent b8d4c28 commit 0ff4104
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm/boot/dts/at91-sama5d2_xplained.dts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@
};
};

tcb0: timer@f800c000 {
timer0: timer@0 {
compatible = "atmel,tcb-timer";
reg = <0>;
};

timer1: timer@1 {
compatible = "atmel,tcb-timer";
reg = <1>;
};
};

pdmic@f8018000 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pdmic_default>;
Expand Down

0 comments on commit 0ff4104

Please sign in to comment.