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/watchdog/digicolor-wdt.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 Conexant Digicolor SoCs Watchdog timer
    2 
    3 The watchdog functionality in Conexant Digicolor SoCs relies on the so called
    4 "Agent Communication" block. This block includes the eight programmable system
    5 timer counters. The first timer (called "Timer A") is the only one that can be
    6 used as watchdog.
    7 
    8 Required properties:
    9 
   10 - compatible : Should be "cnxt,cx92755-wdt"
   11 - reg : Specifies base physical address and size of the registers
   12 - clocks : phandle; specifies the clock that drives the timer
   13 
   14 Optional properties:
   15 
   16 - timeout-sec : Contains the watchdog timeout in seconds
   17 
   18 Example:
   19 
   20         watchdog@f0000fc0 {
   21                 compatible = "cnxt,cx92755-wdt";
   22                 reg = <0xf0000fc0 0x8>;
   23                 clocks = <&main_clk>;
   24                 timeout-sec = <15>;
   25         };

Cache object: eb1e2572cd02bf3ca92a471e910ce507


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