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/mpc8xxx-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 * Freescale mpc8xxx watchdog driver (For 83xx, 86xx and 8xx)
    2 
    3 Required properties:
    4 - compatible: Shall contain one of the following:
    5         "mpc83xx_wdt" for an mpc83xx
    6         "fsl,mpc8610-wdt" for an mpc86xx
    7         "fsl,mpc823-wdt" for an mpc8xx
    8 - reg: base physical address and length of the area hosting the
    9        watchdog registers.
   10                 On the 83xx, "Watchdog Timer Registers" area:   <0x200 0x100>
   11                 On the 86xx, "Watchdog Timer Registers" area:   <0xe4000 0x100>
   12                 On the 8xx, "General System Interface Unit" area: <0x0 0x10>
   13 
   14 Optional properties:
   15 - reg: additional physical address and length (4) of location of the
   16        Reset Status Register (called RSTRSCR on the mpc86xx)
   17                 On the 83xx, it is located at offset 0x910
   18                 On the 86xx, it is located at offset 0xe0094
   19                 On the 8xx, it is located at offset 0x288
   20 
   21 Example:
   22                 WDT: watchdog@0 {
   23                     compatible = "fsl,mpc823-wdt";
   24                     reg = <0x0 0x10 0x288 0x4>;
   25                 };

Cache object: eeaa5371cd966949415311db52785a91


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