IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / bcm / bcm,kona-timer.txt
blob59fa6e68d4f69a2a6652bffe28b186fe66b5e42e
1 Broadcom Kona Family timer
2 -----------------------------------------------------
3 This timer is used in the following Broadcom SoCs:
4  BCM11130, BCM11140, BCM11351, BCM28145, BCM28155
6 Required properties:
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
12 Example:
13         timer@35006000 {
14                 compatible = "bcm,kona-timer";
15                 reg = <0x35006000 0x1000>;
16                 interrupts = <0x0 7 0x4>;
17                 clock-frequency = <32768>;
18         };