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:01 -0500 |
commit | dbc9573e09691272c973862ea932755b2d169d64 (patch) | |
tree | ea82e8b0d774e9b313a58bb5da47f0d2fd93a173 | |
parent | d26e82974d39211c7d43d98de432bb46c01ba05f (diff) |
ARM: dts: at91: at91rm9200ek: use TCB0 for timers
Use tcb0 for timers like selected in at91_dt_defconfig.
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/at91rm9200ek.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91rm9200ek.dts b/arch/arm/boot/dts/at91rm9200ek.dts index 33192d0cefee..81aaf8151c76 100644 --- a/arch/arm/boot/dts/at91rm9200ek.dts +++ b/arch/arm/boot/dts/at91rm9200ek.dts | |||
@@ -32,6 +32,18 @@ | |||
32 | 32 | ||
33 | ahb { | 33 | ahb { |
34 | apb { | 34 | apb { |
35 | tcb0: timer@fffa0000 { | ||
36 | timer@0 { | ||
37 | compatible = "atmel,tcb-timer"; | ||
38 | reg = <0>, <1>; | ||
39 | }; | ||
40 | |||
41 | timer@2 { | ||
42 | compatible = "atmel,tcb-timer"; | ||
43 | reg = <2>; | ||
44 | }; | ||
45 | }; | ||
46 | |||
35 | usb1: gadget@fffb0000 { | 47 | usb1: gadget@fffb0000 { |
36 | atmel,vbus-gpio = <&pioD 4 GPIO_ACTIVE_HIGH>; | 48 | atmel,vbus-gpio = <&pioD 4 GPIO_ACTIVE_HIGH>; |
37 | atmel,pullup-gpio = <&pioD 5 GPIO_ACTIVE_HIGH>; | 49 | atmel,pullup-gpio = <&pioD 5 GPIO_ACTIVE_HIGH>; |