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/lantiq-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 Lantiq WTD watchdog binding
    2 ============================
    3 
    4 This describes the binding of the Lantiq watchdog driver.
    5 
    6 -------------------------------------------------------------------------------
    7 Required properties:
    8 - compatible            : Should be one of
    9                                 "lantiq,wdt"
   10                                 "lantiq,xrx100-wdt"
   11                                 "lantiq,xrx200-wdt", "lantiq,xrx100-wdt"
   12                                 "lantiq,falcon-wdt"
   13 - reg                   : Address of the watchdog block
   14 - lantiq,rcu            : A phandle to the RCU syscon (required for
   15                           "lantiq,falcon-wdt" and "lantiq,xrx100-wdt")
   16 
   17 -------------------------------------------------------------------------------
   18 Example for the watchdog on the xRX200 SoCs:
   19                 watchdog@803f0 {
   20                         compatible = "lantiq,xrx200-wdt", "lantiq,xrx100-wdt";
   21                         reg = <0x803f0 0x10>;
   22 
   23                         lantiq,rcu = <&rcu0>;
   24                 };

Cache object: 0157351313b8318337973bff66d4431a


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