diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-08 19:12:31 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 17:50:13 +0300 |
commit | a4518537bff62ceeb3cd68f1008cccb80a660aa6 (patch) | |
tree | e01e8d982abf415c0e0b9608107c0e956932158f /arch/arm/boot/dts/at91-ariag25.dts | |
parent | 379f95ae16a6d32d816ed4af11c6795619996ca2 (diff) | |
download | linux-a4518537bff62ceeb3cd68f1008cccb80a660aa6.tar.xz |
ARM: dts: at91: acme/g25: use TCB0 as timers
Use tcb0 for timers as selected in at91_dt_defconfig.
Cc: Sergio Tanzilli <tanzilli@acmesystems.it>
Cc: Douglas Gilbert <dgilbert@interlog.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-ariag25.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-ariag25.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-ariag25.dts b/arch/arm/boot/dts/at91-ariag25.dts index 1c86537a42a0..e3e14b7e25aa 100644 --- a/arch/arm/boot/dts/at91-ariag25.dts +++ b/arch/arm/boot/dts/at91-ariag25.dts @@ -58,6 +58,18 @@ }; }; + tcb0: timer@f8008000 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>; + }; + + timer@1 { + compatible = "atmel,tcb-timer"; + reg = <1>; + }; + }; + i2c0: i2c@f8010000 { status = "okay"; }; |