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/timer/brcm,kona-timer.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 Broadcom Kona Family timer
    2 -----------------------------------------------------
    3 This timer is used in the following Broadcom SoCs:
    4  BCM11130, BCM11140, BCM11351, BCM28145, BCM28155
    5 
    6 Required properties:
    7 - compatible : "brcm,kona-timer"
    8 - DEPRECATED: compatible : "bcm,kona-timer"
    9 - reg : Register range for the timer
   10 - interrupts : interrupt for the timer
   11 - clocks: phandle + clock specifier pair of the external clock
   12 - clock-frequency: frequency that the clock operates
   13 
   14 Only one of clocks or clock-frequency should be specified.
   15 
   16 Refer to clocks/clock-bindings.txt for generic clock consumer properties.
   17 
   18 Example:
   19         timer@35006000 {
   20                 compatible = "brcm,kona-timer";
   21                 reg = <0x35006000 0x1000>;
   22                 interrupts = <0x0 7 0x4>;
   23                 clocks = <&hub_timer_clk>;
   24         };
   25 

Cache object: e8722a78331f1758ac5f3dad5555523b


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