Lines Matching +full:one +full:- +full:timer +full:- +full:only
1 * Device tree bindings for Atmel Timer Counter Blocks
2 - compatible: Should be "atmel,<chip>-tcb", "simple-mfd", "syscon".
4 - reg: Should contain registers location and length
5 - #address-cells: has to be 1
6 - #size-cells: has to be 0
7 - interrupts: Should contain all interrupts for the TC block
9 block has one interrupt per channel.
10 - clock-names: tuple listing input clock names.
13 - clocks: phandles to input clocks.
16 * a timer
17 - compatible: Should be "atmel,tcb-timer"
18 - reg: Should contain the TCB channels to be used. If the
19 counter width is 16 bits (at91rm9200-tcb), two consecutive
20 channels are needed. Else, only one channel will be used.
24 One interrupt per TC block:
25 tcb0: timer@fff7c000 {
26 compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon";
27 #address-cells = <1>;
28 #size-cells = <0>;
32 clock-names = "t0_clk", "slow_clk";
34 timer@0 {
35 compatible = "atmel,tcb-timer";
39 timer@2 {
40 compatible = "atmel,tcb-timer";
45 One interrupt per TC channel in a TC block:
46 tcb1: timer@fffdc000 {
47 compatible = "atmel,at91rm9200-tcb", "simple-mfd", "syscon";
48 #address-cells = <1>;
49 #size-cells = <0>;
53 clock-names = "t0_clk", "slow_clk";