diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-06-08 19:09:46 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2017-12-31 17:50:05 +0300 |
commit | 3692f91c067549c22c09972017f40c9652de5a12 (patch) | |
tree | f8948942c25a70042f5869606853526a62fe40a5 /arch/arm/boot/dts/at91-kizbox.dts | |
parent | 3dabfdbf4a5e47795c71eea155a19cbf3f64afcb (diff) | |
download | linux-3692f91c067549c22c09972017f40c9652de5a12.tar.xz |
ARM: dts: at91: kizbox: use TCB0 as timers
Use tcb0 for timers as selected in at91_dt_defconfig.
Cc: Antoine Aubert <a.aubert@overkiz.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-kizbox.dts')
-rw-r--r-- | arch/arm/boot/dts/at91-kizbox.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91-kizbox.dts b/arch/arm/boot/dts/at91-kizbox.dts index 1f31df846d61..1003846679c1 100644 --- a/arch/arm/boot/dts/at91-kizbox.dts +++ b/arch/arm/boot/dts/at91-kizbox.dts @@ -31,6 +31,18 @@ ahb { apb { + tcb0: timer@fffa0000 { + timer@0 { + compatible = "atmel,tcb-timer"; + reg = <0>, <1>; + }; + + timer@2 { + compatible = "atmel,tcb-timer"; + reg = <2>; + }; + }; + macb0: ethernet@fffc4000 { phy-mode = "mii"; pinctrl-0 = <&pinctrl_macb_rmii |