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/marvel.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 * Marvell Orion Watchdog Time
    2 
    3 Required Properties:
    4 
    5 - Compatibility : "marvell,orion-wdt"
    6                   "marvell,armada-370-wdt"
    7                   "marvell,armada-xp-wdt"
    8                   "marvell,armada-375-wdt"
    9                   "marvell,armada-380-wdt"
   10 
   11 - reg           : Should contain two entries: first one with the
   12                   timer control address, second one with the
   13                   rstout enable address.
   14 
   15 For "marvell,armada-375-wdt" and "marvell,armada-380-wdt":
   16 
   17 - reg           : A third entry is mandatory and should contain the
   18                   shared mask/unmask RSTOUT address.
   19 
   20 Clocks required for compatibles = "marvell,orion-wdt",
   21                                   "marvell,armada-370-wdt":
   22 - clocks : Must contain a single entry describing the clock input
   23 
   24 Clocks required for compatibles = "marvell,armada-xp-wdt"
   25                                   "marvell,armada-375-wdt"
   26                                   "marvell,armada-380-wdt":
   27 - clocks : Must contain an entry for each entry in clock-names.
   28 - clock-names : Must include the following entries:
   29   "nbclk" (L2/coherency fabric clock),
   30   "fixed" (Reference 25 MHz fixed-clock).
   31 
   32 Optional properties:
   33 
   34 - interrupts    : Contains the IRQ for watchdog expiration
   35 - timeout-sec   : Contains the watchdog timeout in seconds
   36 
   37 Example:
   38 
   39         wdt@20300 {
   40                 compatible = "marvell,orion-wdt";
   41                 reg = <0x20300 0x28>, <0x20108 0x4>;
   42                 interrupts = <3>;
   43                 timeout-sec = <10>;
   44                 clocks = <&gate_clk 7>;
   45         };

Cache object: b10d93aee402365659d7e7bce6c424cd


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