projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4c9b7a
)
ARM: dts: at91: ethernut5: use TCB0 as timers
author
Alexandre Belloni
<
[email protected]
>
Wed, 8 Jun 2016 16:05:16 +0000
(18:05 +0200)
committer
Alexandre Belloni
<
[email protected]
>
Sun, 31 Dec 2017 14:50:03 +0000
(15:50 +0100)
Use tcb0 for timers as selected in at91_dt_defconfig.
Cc: Martin Reimann <
[email protected]
>
Cc: Tim Schendekehl <
[email protected]
>
Acked-by: Nicolas Ferre <
[email protected]
>
Signed-off-by: Alexandre Belloni <
[email protected]
>
arch/arm/boot/dts/ethernut5.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/ethernut5.dts
b/arch/arm/boot/dts/ethernut5.dts
index 123b203be06cecfa2050c6d8b72f4544a35a3795..b554f85add4129e483037b9740a9261ef1f654c5 100644
(file)
--- a/
arch/arm/boot/dts/ethernut5.dts
+++ b/
arch/arm/boot/dts/ethernut5.dts
@@
-36,6
+36,18
@@
status = "okay";
};
+ tcb0: timer@fffa0000 {
+ timer@0 {
+ compatible = "atmel,tcb-timer";
+ reg = <0>, <1>;
+ };
+
+ timer@2 {
+ compatible = "atmel,tcb-timer";
+ reg = <2>;
+ };
+ };
+
usart0: serial@fffb0000 {
status = "okay";
};