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/rtc/rtc-st-lpc.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 STMicroelectronics Low Power Controller (LPC) - RTC
    2 ===================================================
    3 
    4 LPC currently supports Watchdog OR Real Time Clock OR Clocksource
    5 functionality.
    6 
    7 [See: ../watchdog/st_lpc_wdt.txt for Watchdog options]
    8 [See: ../timer/st,stih407-lpc for Clocksource options]
    9 
   10 Required properties
   11 
   12 - compatible    : Must be: "st,stih407-lpc"
   13 - reg           : LPC registers base address + size
   14 - interrupts    : LPC interrupt line number and associated flags
   15 - clocks        : Clock used by LPC device (See: ../clock/clock-bindings.txt)
   16 - st,lpc-mode   : The LPC can run either one of three modes:
   17                   ST_LPC_MODE_RTC    [0]
   18                   ST_LPC_MODE_WDT    [1]
   19                   ST_LPC_MODE_CLKSRC [2]
   20                  One (and only one) mode must be selected.
   21 
   22 Example:
   23         lpc@fde05000 {
   24                 compatible      = "st,stih407-lpc";
   25                 reg             = <0xfde05000 0x1000>;
   26                 clocks          = <&clk_s_d3_flexgen CLK_LPC_0>;
   27                 st,lpc-mode     = <ST_LPC_MODE_RTC>;
   28         };

Cache object: c93d8df41baa55bd9339b72974af6273


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