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/nvidia,tegra20-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 NVIDIA Tegra20 timer
    2 
    3 The Tegra20 timer provides four 29-bit timer channels and a single 32-bit free
    4 running counter. The first two channels may also trigger a watchdog reset.
    5 
    6 Required properties:
    7 
    8 - compatible : should be "nvidia,tegra20-timer".
    9 - reg : Specifies base physical address and size of the registers.
   10 - interrupts : A list of 4 interrupts; one per timer channel.
   11 - clocks : Must contain one entry, for the module clock.
   12   See ../clocks/clock-bindings.txt for details.
   13 
   14 Example:
   15 
   16 timer {
   17         compatible = "nvidia,tegra20-timer";
   18         reg = <0x60005000 0x60>;
   19         interrupts = <0 0 0x04
   20                         0 1 0x04
   21                         0 41 0x04
   22                         0 42 0x04>;
   23         clocks = <&tegra_car 132>;
   24 };

Cache object: 30c433c5fadcd1e0d0e3643271f6b1d5


[ 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.