1 Broadcom Kona Family timer
2 -----------------------------------------------------
3 This timer is used in the following Broadcom SoCs:
4 BCM11130, BCM11140, BCM11351, BCM28145, BCM28155
7 - compatible : "bcm,kona-timer"
8 - reg : Register range for the timer
9 - interrupts : interrupt for the timer
10 - clock-frequency: frequency that the clock operates
14 compatible = "bcm,kona-timer";
15 reg = <0x35006000 0x1000>;
16 interrupts = <0x0 7 0x4>;
17 clock-frequency = <32768>;