aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>2016-06-08 12:12:31 -0400
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>2017-12-31 09:50:13 -0500
commita4518537bff62ceeb3cd68f1008cccb80a660aa6 (patch)
treee01e8d982abf415c0e0b9608107c0e956932158f
parent379f95ae16a6d32d816ed4af11c6795619996ca2 (diff)
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>
-rw-r--r--arch/arm/boot/dts/at91-ariag25.dts12
-rw-r--r--arch/arm/boot/dts/at91-ariettag25.dts12
2 files changed, 24 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 @@
58 }; 58 };
59 }; 59 };
60 60
61 tcb0: timer@f8008000 {
62 timer@0 {
63 compatible = "atmel,tcb-timer";
64 reg = <0>;
65 };
66
67 timer@1 {
68 compatible = "atmel,tcb-timer";
69 reg = <1>;
70 };
71 };
72
61 i2c0: i2c@f8010000 { 73 i2c0: i2c@f8010000 {
62 status = "okay"; 74 status = "okay";
63 }; 75 };
diff --git a/arch/arm/boot/dts/at91-ariettag25.dts b/arch/arm/boot/dts/at91-ariettag25.dts
index f877f3430bcc..7a34c4dc05d2 100644
--- a/arch/arm/boot/dts/at91-ariettag25.dts
+++ b/arch/arm/boot/dts/at91-ariettag25.dts
@@ -46,6 +46,18 @@
46 }; 46 };
47 }; 47 };
48 48
49 tcb0: timer@f8008000 {
50 timer@0 {
51 compatible = "atmel,tcb-timer";
52 reg = <0>;
53 };
54
55 timer@1 {
56 compatible = "atmel,tcb-timer";
57 reg = <1>;
58 };
59 };
60
49 usb2: gadget@f803c000 { 61 usb2: gadget@f803c000 {
50 status = "okay"; 62 status = "okay";
51 }; 63 };