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/armada-380-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 * Real Time Clock of the Armada 38x/7K/8K SoCs
    2 
    3 RTC controller for the Armada 38x, 7K and 8K SoCs
    4 
    5 Required properties:
    6 - compatible : Should be one of the following:
    7         "marvell,armada-380-rtc" for Armada 38x SoC
    8         "marvell,armada-8k-rtc" for Aramda 7K/8K SoCs
    9 - reg: a list of base address and size pairs, one for each entry in
   10   reg-names
   11 - reg names: should contain:
   12   * "rtc" for the RTC registers
   13   * "rtc-soc" for the SoC related registers and among them the one
   14     related to the interrupt.
   15 - interrupts: IRQ line for the RTC.
   16 
   17 Example:
   18 
   19 rtc@a3800 {
   20         compatible = "marvell,armada-380-rtc";
   21         reg = <0xa3800 0x20>, <0x184a0 0x0c>;
   22         reg-names = "rtc", "rtc-soc";
   23         interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
   24 };

Cache object: b1e9271855996a90d704d9ffb3c98674


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