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/csky,gx6605s-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 =================
    2 gx6605s SOC Timer
    3 =================
    4 
    5 The timer is used in gx6605s soc as system timer and the driver
    6 contain clk event and clk source.
    7 
    8 ==============================
    9 timer node bindings definition
   10 ==============================
   11 
   12         Description: Describes gx6605s SOC timer
   13 
   14         PROPERTIES
   15 
   16         - compatible
   17                 Usage: required
   18                 Value type: <string>
   19                 Definition: must be "csky,gx6605s-timer"
   20         - reg
   21                 Usage: required
   22                 Value type: <u32 u32>
   23                 Definition: <phyaddr size> in soc from cpu view
   24         - clocks
   25                 Usage: required
   26                 Value type: phandle + clock specifier cells
   27                 Definition: must be input clk node
   28         - interrupt
   29                 Usage: required
   30                 Value type: <u32>
   31                 Definition: must be timer irq num defined by soc
   32 
   33 Examples:
   34 ---------
   35 
   36         timer0: timer@20a000 {
   37                 compatible = "csky,gx6605s-timer";
   38                 reg = <0x0020a000 0x400>;
   39                 clocks = <&dummy_apb_clk>;
   40                 interrupts = <10>;
   41                 interrupt-parent = <&intc>;
   42         };

Cache object: b0f2b2d756d34d222a532e46b845ecc8


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