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/atmel,at91sam9-rtc.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 Atmel AT91SAM9260 Real Time Timer
    2 
    3 Required properties:
    4 - compatible: should be one of the following:
    5         - "atmel,at91sam9260-rtt"
    6         - "microchip,sam9x60-rtt", "atmel,at91sam9260-rtt"
    7 - reg: should encode the memory region of the RTT controller
    8 - interrupts: rtt alarm/event interrupt
    9 - clocks: should contain the 32 KHz slow clk that will drive the RTT block.
   10 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store
   11         the time base when the RTT is used as an RTC.
   12         The first cell should point to the GPBR node and the second one
   13         encode the offset within the GPBR block (or in other words, the
   14         GPBR register used to store the time base).
   15 
   16 
   17 Example:
   18 
   19 rtt@fffffd20 {
   20         compatible = "atmel,at91sam9260-rtt";
   21         reg = <0xfffffd20 0x10>;
   22         interrupts = <1 4 7>;
   23         clocks = <&clk32k>;
   24         atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
   25 };

Cache object: 93eeec91ed63e762d6608c6c782bf1f8


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