Back to home page

OSCL-LXR

 
 

    


0001 Broadcom Kona Family timer
0002 -----------------------------------------------------
0003 This timer is used in the following Broadcom SoCs:
0004  BCM11130, BCM11140, BCM11351, BCM28145, BCM28155
0005 
0006 Required properties:
0007 - compatible : "brcm,kona-timer"
0008 - DEPRECATED: compatible : "bcm,kona-timer"
0009 - reg : Register range for the timer
0010 - interrupts : interrupt for the timer
0011 - clocks: phandle + clock specifier pair of the external clock
0012 - clock-frequency: frequency that the clock operates
0013 
0014 Only one of clocks or clock-frequency should be specified.
0015 
0016 Refer to clocks/clock-bindings.txt for generic clock consumer properties.
0017 
0018 Example:
0019         timer@35006000 {
0020                 compatible = "brcm,kona-timer";
0021                 reg = <0x35006000 0x1000>;
0022                 interrupts = <0x0 7 0x4>;
0023                 clocks = <&hub_timer_clk>;
0024         };
0025