diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-08 18:08:14 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 15:50:03 +0100 |
commit | c56eae63730d4e0b6bd0e40f0bef8977f7fc726d (patch) | |
tree | 50ecf210e553be6af18ace41d674c6f9db173c31 | |
parent | c46ee845f83671c6a9339035d2bdb59216aac065 (diff) | |
download | op-kernel-dev-c56eae63730d4e0b6bd0e40f0bef8977f7fc726d.zip op-kernel-dev-c56eae63730d4e0b6bd0e40f0bef8977f7fc726d.tar.gz |
ARM: dts: at91: foxg20: 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-foxg20.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-foxg20.dts b/arch/arm/boot/dts/at91-foxg20.dts index 50d5e71..d413e2d 100644 --- a/arch/arm/boot/dts/at91-foxg20.dts +++ b/arch/arm/boot/dts/at91-foxg20.dts @@ -34,6 +34,18 @@ ahb { apb { + tcb0: timer@fffa0000 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>, <1>; + }; + + timer@2 { + compatible = "atmel,tcb-timer"; + reg = <2>; + }; + }; + usb1: gadget@fffa4000 { atmel,vbus-gpio = <&pioC 6 GPIO_ACTIVE_HIGH>; status = "okay"; |