diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-08 01:46:49 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 15:50:15 +0100 |
commit | 0d57b8e3d553d379c2f0dd36d587ce9a746fc201 (patch) | |
tree | 1e29463069409e73f75ff0062064597c9a0648a9 | |
parent | a4799758f4033fd5f02b81d35f6891c90b3a0874 (diff) | |
download | talos-op-linux-0d57b8e3d553d379c2f0dd36d587ce9a746fc201.tar.gz talos-op-linux-0d57b8e3d553d379c2f0dd36d587ce9a746fc201.zip |
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 @@ spi0: spi@f0004000 { cs-gpios = <&pioD 13 0>, <0>, <0>, <0>; }; + + tcb0: timer@f0010000 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>; + }; + + timer@1 { + compatible = "atmel,tcb-timer"; + reg = <1>; + }; + }; }; ebi@10000000 { |