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/nxp,lpc1788-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 NXP LPC1788 real-time clock
    2 
    3 The LPC1788 RTC provides calendar and clock functionality
    4 together with periodic tick and alarm interrupt support.
    5 
    6 Required properties:
    7 - compatible    : must contain "nxp,lpc1788-rtc"
    8 - reg           : Specifies base physical address and size of the registers.
    9 - interrupts    : A single interrupt specifier.
   10 - clocks        : Must contain clock specifiers for rtc and register clock
   11 - clock-names   : Must contain "rtc" and "reg"
   12   See ../clocks/clock-bindings.txt for details.
   13 
   14 Example:
   15 rtc: rtc@40046000 {
   16         compatible = "nxp,lpc1788-rtc";
   17         reg = <0x40046000 0x1000>;
   18         interrupts = <47>;
   19         clocks = <&creg_clk 0>, <&ccu1 CLK_CPU_BUS>;
   20         clock-names = "rtc", "reg";
   21 };

Cache object: 5785a2c833e65ab58a129e1b56edeae9


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