From: Alexandre Belloni Date: Wed, 8 Jun 2016 16:12:31 +0000 (+0200) Subject: ARM: dts: at91: acme/g25: use TCB0 as timers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a4518537bff62ceeb3cd68f1008cccb80a660aa6;p=linux.git ARM: dts: at91: acme/g25: use TCB0 as timers Use tcb0 for timers as selected in at91_dt_defconfig. Cc: Sergio Tanzilli Cc: Douglas Gilbert Acked-by: Nicolas Ferre Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/at91-ariag25.dts b/arch/arm/boot/dts/at91-ariag25.dts index 1c86537a42a01..e3e14b7e25aa6 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"; }; diff --git a/arch/arm/boot/dts/at91-ariettag25.dts b/arch/arm/boot/dts/at91-ariettag25.dts index f877f3430bcc2..7a34c4dc05d24 100644 --- a/arch/arm/boot/dts/at91-ariettag25.dts +++ b/arch/arm/boot/dts/at91-ariettag25.dts @@ -46,6 +46,18 @@ }; }; + tcb0: timer@f8008000 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>; + }; + + timer@1 { + compatible = "atmel,tcb-timer"; + reg = <1>; + }; + }; + usb2: gadget@f803c000 { status = "okay"; };