diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-07 19:46:49 -0400 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 09:50:15 -0500 |
commit | 0d57b8e3d553d379c2f0dd36d587ce9a746fc201 (patch) | |
tree | 1e29463069409e73f75ff0062064597c9a0648a9 | |
parent | a4799758f4033fd5f02b81d35f6891c90b3a0874 (diff) |
ARM: dts: at91: sama5d3xek: use TCB0 as timers
Use tcb0 for timers as selected in sama5_defconfig.
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/sama5d3xcm.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sama5d3xcm.dtsi b/arch/arm/boot/dts/sama5d3xcm.dtsi index 9506daf5efb6..3311a882458b 100644 --- a/arch/arm/boot/dts/sama5d3xcm.dtsi +++ b/arch/arm/boot/dts/sama5d3xcm.dtsi | |||
@@ -34,6 +34,18 @@ | |||
34 | spi0: spi@f0004000 { | 34 | spi0: spi@f0004000 { |
35 | cs-gpios = <&pioD 13 0>, <0>, <0>, <0>; | 35 | cs-gpios = <&pioD 13 0>, <0>, <0>, <0>; |
36 | }; | 36 | }; |
37 | |||
38 | tcb0: timer@f0010000 { | ||
39 | timer@0 { | ||
40 | compatible = "atmel,tcb-timer"; | ||
41 | reg = <0>; | ||
42 | }; | ||
43 | |||
44 | timer@1 { | ||
45 | compatible = "atmel,tcb-timer"; | ||
46 | reg = <1>; | ||
47 | }; | ||
48 | }; | ||
37 | }; | 49 | }; |
38 | 50 | ||
39 | ebi@10000000 { | 51 | ebi@10000000 { |