The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/timer/andestech,atcpit100-timer.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Andestech ATCPIT100 timer
    2 ------------------------------------------------------------------
    3 ATCPIT100 is a generic IP block from Andes Technology, embedded in
    4 Andestech AE3XX platforms and other designs.
    5 
    6 This timer is a set of compact multi-function timers, which can be
    7 used as pulse width modulators (PWM) as well as simple timers.
    8 
    9 It supports up to 4 PIT channels. Each PIT channel is a
   10 multi-function timer and provide the following usage scenarios:
   11 One 32-bit timer
   12 Two 16-bit timers
   13 Four 8-bit timers
   14 One 16-bit PWM
   15 One 16-bit timer and one 8-bit PWM
   16 Two 8-bit timer and one 8-bit PWM
   17 
   18 Required properties:
   19 - compatible    : Should be "andestech,atcpit100"
   20 - reg           : Address and length of the register set
   21 - interrupts    : Reference to the timer interrupt
   22 - clocks        : a clock to provide the tick rate for "andestech,atcpit100"
   23 - clock-names   : should be "PCLK" for the peripheral clock source.
   24 
   25 Examples:
   26 
   27 timer0: timer@f0400000 {
   28         compatible = "andestech,atcpit100";
   29         reg = <0xf0400000 0x1000>;
   30         interrupts = <2>;
   31         clocks = <&apb>;
   32         clock-names = "PCLK";
   33 };

Cache object: 39e7f6b44b8f00de67431960c9fc05ec


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.