diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-08 12:12:31 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 09:50:13 -0500 |
commit | 379f95ae16a6d32d816ed4af11c6795619996ca2 (patch) | |
tree | c5b65296466fba7f6b7a3b14bf7e680c6f638798 | |
parent | f25f2b11cb365d1f1a1d3820277f2d69539328fa (diff) |
ARM: dts: at91: at91sam9x5cm: use TCB0 as timers
Use tcb0 for timers as selected in at91_dt_defconfig.
[tested on at91sam9x25ek and at91sam9x35ek]
Tested-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5cm.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5cm.dtsi b/arch/arm/boot/dts/at91sam9x5cm.dtsi index bdeaa0b64a5b..4908ee07e628 100644 --- a/arch/arm/boot/dts/at91sam9x5cm.dtsi +++ b/arch/arm/boot/dts/at91sam9x5cm.dtsi | |||
@@ -24,6 +24,18 @@ | |||
24 | 24 | ||
25 | ahb { | 25 | ahb { |
26 | apb { | 26 | apb { |
27 | tcb0: timer@f8008000 { | ||
28 | timer@0 { | ||
29 | compatible = "atmel,tcb-timer"; | ||
30 | reg = <0>; | ||
31 | }; | ||
32 | |||
33 | timer@1 { | ||
34 | compatible = "atmel,tcb-timer"; | ||
35 | reg = <1>; | ||
36 | }; | ||
37 | }; | ||
38 | |||
27 | pinctrl@fffff400 { | 39 | pinctrl@fffff400 { |
28 | 1wire_cm { | 40 | 1wire_cm { |
29 | pinctrl_1wire_cm: 1wire_cm-0 { | 41 | pinctrl_1wire_cm: 1wire_cm-0 { |