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/ts4800-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 Technologic Systems Watchdog
    2 
    3 Required properties:
    4 - compatible: must be "technologic,ts4800-wdt"
    5 - syscon: phandle / integer array that points to the syscon node which
    6           describes the FPGA's syscon registers.
    7           - phandle to FPGA's syscon
    8           - offset to the watchdog register
    9 
   10 Optional property:
   11 - timeout-sec: contains the watchdog timeout in seconds.
   12 
   13 Example:
   14 
   15 syscon: syscon@b0010000 {
   16         compatible = "syscon", "simple-mfd";
   17         reg = <0xb0010000 0x3d>;
   18         reg-io-width = <2>;
   19 
   20         wdt@e {
   21                 compatible = "technologic,ts4800-wdt";
   22                 syscon = <&syscon 0xe>;
   23                 timeout-sec = <10>;
   24         };
   25 }

Cache object: 3426690729ca6bf29531cdfe972c3747


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